Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 2, 2019
1 parent 4d70dc0 commit 9a801bd
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 @@ -81,15 +81,15 @@ def get_release_command_class():
"Tracker": "{:s}/issues".format(REPOSITORY_URL),
},

python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*',
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*",
install_requires=SETUPTOOLS_REQUIRES + install_requires,
setup_requires=SETUPTOOLS_REQUIRES + PYTEST_RUNNER_REQUIRES,
tests_require=tests_requires + DATETIME_REQUIRES,
extras_require={
"build": ["wheel"],
"datetime": DATETIME_REQUIRES,
"docs": docs_requires,
"release": ["releasecmd>=0.0.12,<0.1.0"],
"release": ["releasecmd>=0.0.14,<0.1.0"],
"test": tests_requires,
},

Expand Down

0 comments on commit 9a801bd

Please sign in to comment.