Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu committed Nov 12, 2019
1 parent 1bbc81f commit b03b8b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@
url="https://github.com/bieniu/gios",
license="Apache 2",
packages=["gios"],
python_requires=">=3.6.0",
python_requires=">=3.6",
install_requires=["aiohttp"],
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
setup_requires=("pytest-runner"),
Expand Down

0 comments on commit b03b8b3

Please sign in to comment.