Skip to content

Commit b91cf40

Browse files
authored
Merge pull request #47 from oscarmcm/46-templatedoesnotexist-v520
Explicit is better than implicit - Fixes #46
2 parents 731e7f8 + 7f020ad commit b91cf40

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

places/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from decimal import Decimal
55

66
default_app_config = 'places.apps.PlacesConfig'
7-
__version__ = '5.2.0'
7+
__version__ = '5.2.1'
88

99

1010
class Places(object):

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@ path = "places/__init__.py"
4646
[tool.hatch.build.targets.sdist]
4747
include = [
4848
"/places",
49+
"README.md",
50+
"AUTHORS.md",
51+
"CHANGELOG.md",
52+
"LICENSE",
53+
"pyproject.toml",
54+
]
55+
56+
[tool.hatch.build.targets.wheel]
57+
include = [
58+
"/places",
59+
"README.md",
60+
"AUTHORS.md",
61+
"CHANGELOG.md",
62+
"LICENSE",
63+
"pyproject.toml",
4964
]
5065

5166
[tool.hatch.envs.default]

0 commit comments

Comments
 (0)