Skip to content

Commit

Permalink
Add LICENSE metadata to Python package distributions (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored and matthiask committed Jan 23, 2020
1 parent 8497db1 commit fb4ffee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -21,6 +21,7 @@ def readall(path):
url="https://github.com/jazzband/django-debug-toolbar",
download_url="https://pypi.org/project/django-debug-toolbar/",
license="BSD",
license_files=["LICENSE"],
packages=find_packages(exclude=("tests.*", "tests", "example")),
python_requires=">=3.5",
install_requires=["Django>=1.11", "sqlparse>=0.2.0"],
Expand Down

0 comments on commit fb4ffee

Please sign in to comment.