mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Add required Python and Django version to setup.py (#419)
This commit is contained in:
parent
174605d650
commit
57423fcb3a
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -27,7 +27,8 @@ setup(
|
|||
description="Audit log app for Django",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
install_requires=["python-dateutil>=2.7.0"],
|
||||
python_requires=">=3.7",
|
||||
install_requires=["Django>=3.2", "python-dateutil>=2.7.0"],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue