Skip to content

Commit

Permalink
Add python_requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdavies committed Jul 8, 2020
1 parent f0e8df7 commit 58fcb6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


install_requires = [
"wagtail>=2.3,<2.10",
"wagtail~=2.0",
]


Expand All @@ -25,7 +25,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
license="CC0",
version="1.2.0",
version="1.2.1",
include_package_data=True,
packages=find_packages(),
package_data={
Expand All @@ -35,6 +35,7 @@
"static/treemodeladmin/css/*",
]
},
python_requires=">=3",
install_requires=install_requires,
extras_require={"testing": testing_extras},
classifiers=[
Expand Down

0 comments on commit 58fcb6e

Please sign in to comment.