Skip to content

Commit

Permalink
📦 Update pyproject.toml with auxilliary fields
Browse files Browse the repository at this point in the history
  • Loading branch information
furious-luke committed Feb 27, 2022
1 parent 41f3276 commit d0ebfd9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ name = "django-address"
version = "0.2.5"
description = "A django application for describing addresses."
authors = ["Luke Hodkinson <[email protected]>"]
license = "BSD"
readme = "README.md"
homepage = "https://github.com/furious-luke/django-address"
repository = "https://github.com/furious-luke/django-address"
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"
]
packages = [
{ include = "address" }
]
include = ["setup.cfg"]

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

0 comments on commit d0ebfd9

Please sign in to comment.