Skip to content

Commit

Permalink
Fix setup.py errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDebonair committed Aug 29, 2017
1 parent 7b21341 commit 1bccd4a
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 @@ -24,7 +24,7 @@
author=about["__author__"],
author_email=about["__email__"],
classifiers=[
"Development Status :: 3 - Alpha"
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand All @@ -33,8 +33,8 @@
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3 :: Only"
"Topic :: Communications :: Chat,"
"Programming Language :: Python :: 3 :: Only",
"Topic :: Communications :: Chat",
"Topic :: Internet",
"Topic :: Office/Business"
],
Expand Down

0 comments on commit 1bccd4a

Please sign in to comment.