]> jfr.im git - z_archive/twitter.git/blobdiff - setup.py
Apparently I don't need to utf8 encode there...
[z_archive/twitter.git] / setup.py
index dd5ffb097694fe6ee68454584d556a41ae951455..7d993463927ac6af3e108f1e97ebf3cce9a42e7e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if sys.version_info < (3,):
     install_requires.append("python-dateutil>=1.1")
 
 
-setup(name='twitter',
+setup(name='twitter3',
       version=version,
       description="An API and command-line toolset for Twitter (twitter.com)",
       long_description=open("./README", "r").read(),
@@ -26,7 +26,7 @@ setup(name='twitter',
           "Intended Audience :: End Users/Desktop",
           "Natural Language :: English",
           "Operating System :: OS Independent",
-          "Programming Language :: Python :: 2",
+          "Programming Language :: Python :: 3",
           "Topic :: Communications :: Chat :: Internet Relay Chat",
           "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
           "Topic :: Utilities",
@@ -45,6 +45,5 @@ setup(name='twitter',
       # -*- Entry points: -*-
       [console_scripts]
       twitter=twitter.cmdline:main
-      twitterbot=twitter.ircbot:main
       """,
       )