Skip to content

Commit fb4ffee

Browse files
johnthagenmatthiask
authored andcommitted
Add LICENSE metadata to Python package distributions (#1232)
1 parent 8497db1 commit fb4ffee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def readall(path):
2121
url="https://github.com/jazzband/django-debug-toolbar",
2222
download_url="https://pypi.org/project/django-debug-toolbar/",
2323
license="BSD",
24+
license_files=["LICENSE"],
2425
packages=find_packages(exclude=("tests.*", "tests", "example")),
2526
python_requires=">=3.5",
2627
install_requires=["Django>=1.11", "sqlparse>=0.2.0"],

0 commit comments

Comments
 (0)