Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdavies committed Jul 8, 2020
1 parent 58fcb6e commit 908fc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
license="CC0",
version="1.2.1",
version="1.2.0",
include_package_data=True,
packages=find_packages(),
package_data={
Expand All @@ -35,7 +35,7 @@
"static/treemodeladmin/css/*",
]
},
python_requires=">=3",
python_requires=">=3.6",
install_requires=install_requires,
extras_require={"testing": testing_extras},
classifiers=[
Expand Down

0 comments on commit 908fc81

Please sign in to comment.