Skip to content

Commit

Permalink
Fix sdist installs
Browse files Browse the repository at this point in the history
Closes #78
  • Loading branch information
mfogel committed Jan 13, 2022
1 parent 93f3b42 commit 37786df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ name = "django-timezone-field"
version = "4.1.2"
description = "A Django app providing database and form fields for pytz timezone objects."
authors = ["Mike Fogel <mike@fogel.ca>"]
packages = [
{ include = "timezone_field" },
]

[tool.poetry.dependencies]
python = "^3.5"
Expand Down

0 comments on commit 37786df

Please sign in to comment.