Skip to content

Commit

Permalink
Updatae setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantapkh committed May 26, 2022
1 parent 231e214 commit a5d9acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setuptools.setup(
name="seedrcc",
version="0.0.1",
version="1.0.0",
author="Hemanta Pokharel",
author_email="[email protected]",
description="Python API wrapper of seedr.cc",
description="Complete Python API wrapper of seedr.cc",
long_description=readme,
long_description_content_type="text/markdown",
install_requires=["requests"],
Expand All @@ -19,7 +19,7 @@
},
packages=setuptools.find_packages(),
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit a5d9acb

Please sign in to comment.