Skip to content

Commit

Permalink
Use poetry to build and publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Feb 9, 2022
1 parent 2c4cc0f commit 676a8e0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 63 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,21 @@ line_length = 120
name = "django-timezone-field"
version = "5.0"
description = "A Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects."
license = "BSD-2-Clause"
authors = ["Mike Fogel <mike@fogel.ca>"]
readme = "README.md"
repository = "https://github.com/mfogel/django-timezone-field/"
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Topic :: Utilities",
]
packages = [
{ include = "timezone_field" },
]
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

59 changes: 0 additions & 59 deletions setup.py

This file was deleted.

0 comments on commit 676a8e0

Please sign in to comment.