We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8497db1 commit fb4ffeeCopy full SHA for fb4ffee
setup.py
@@ -21,6 +21,7 @@ def readall(path):
21
url="https://github.com/jazzband/django-debug-toolbar",
22
download_url="https://pypi.org/project/django-debug-toolbar/",
23
license="BSD",
24
+ license_files=["LICENSE"],
25
packages=find_packages(exclude=("tests.*", "tests", "example")),
26
python_requires=">=3.5",
27
install_requires=["Django>=1.11", "sqlparse>=0.2.0"],
0 commit comments