Skip to content

Commit

Permalink
update setup.py requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed Apr 30, 2020
1 parent 5628072 commit eab3b06
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
url = "/~https://github.com/Luke-zhang-04/CanvasPlus",
packages = setuptools.find_packages(),
install_requires = [
"asyncio >= 3.4.3", #only if # Python 3.6 and below
"CanvasPlus >= 1.3.0"
"asyncio >= 3.4.3" #only if # Python 3.6 and below
],
classifiers = [
'Development Status :: 5 - Production/Stable', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
Expand All @@ -31,5 +30,8 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
],
python_requires = '>=3.3'
python_requires = '>=3.3',
custom_metadata = {
"Obsoletes-Dist": "CanvasPlus"
}
)

0 comments on commit eab3b06

Please sign in to comment.