Skip to content

Commit

Permalink
Updated setup.py to reflect now-functioning status of the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
circius committed Apr 4, 2020
1 parent 3c24b61 commit 973500d
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 @@ -8,7 +8,7 @@

setuptools.setup(
name="dipbot",
version="0.0.1",
version="0.1",
author="circius",
author_email="[email protected]",
description="webdiplomacy status reporter bot for discord",
Expand All @@ -21,7 +21,7 @@
include_package_data=True,
zip_safe=False,
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Topic :: Utilities",
Expand All @@ -34,7 +34,7 @@
"requests",
"bs4",
"lxml",
"click"
"Click"
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 973500d

Please sign in to comment.