Skip to content

Commit

Permalink
Merge pull request #47 from oscarmcm/46-templatedoesnotexist-v520
Browse files Browse the repository at this point in the history
Explicit is better than implicit - Fixes #46
  • Loading branch information
oscarmcm authored Feb 20, 2023
2 parents 731e7f8 + 7f020ad commit b91cf40
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion places/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from decimal import Decimal

default_app_config = 'places.apps.PlacesConfig'
__version__ = '5.2.0'
__version__ = '5.2.1'


class Places(object):
Expand Down
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ path = "places/__init__.py"
[tool.hatch.build.targets.sdist]
include = [
"/places",
"README.md",
"AUTHORS.md",
"CHANGELOG.md",
"LICENSE",
"pyproject.toml",
]

[tool.hatch.build.targets.wheel]
include = [
"/places",
"README.md",
"AUTHORS.md",
"CHANGELOG.md",
"LICENSE",
"pyproject.toml",
]

[tool.hatch.envs.default]
Expand Down

0 comments on commit b91cf40

Please sign in to comment.