Skip to content

Commit

Permalink
updated setup.py to match python/django versions and development status
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecno92 committed Oct 18, 2020
1 parent 51ba51c commit 48c2f59
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Expand Up @@ -51,19 +51,21 @@ def read_files(*filenames):
platforms=["any"],
packages=find_packages(),
include_package_data=True,
install_requires=["django>=1.10"],
install_requires=["django>=2.2"],
cmdclass={"test": DjangoTests},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 48c2f59

Please sign in to comment.