We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 731e7f8 + 7f020ad commit b91cf40Copy full SHA for b91cf40
places/__init__.py
@@ -4,7 +4,7 @@
4
from decimal import Decimal
5
6
default_app_config = 'places.apps.PlacesConfig'
7
-__version__ = '5.2.0'
+__version__ = '5.2.1'
8
9
10
class Places(object):
pyproject.toml
@@ -46,6 +46,21 @@ path = "places/__init__.py"
46
[tool.hatch.build.targets.sdist]
47
include = [
48
"/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
60
61
62
63
64
]
65
66
[tool.hatch.envs.default]
0 commit comments