[gozerbot] push by bth...@gmail.com - restore old setup.py on 2011-08-10 00:26 GMT

1 view
Skip to first unread message

goze...@googlecode.com

unread,
Aug 9, 2011, 8:27:51 PM8/9/11
to gozerbo...@googlegroups.com
Revision: 30af6ac5312b
Author: Bart Thate <bth...@gmail.com>
Date: Tue Aug 9 17:26:01 2011
Log: restore old setup.py
http://code.google.com/p/gozerbot/source/detail?r=30af6ac5312b

Modified:
/setup.py

=======================================
--- /setup.py Tue Aug 9 17:15:35 2011
+++ /setup.py Tue Aug 9 17:26:01 2011
@@ -8,12 +8,42 @@
from setuptools import setup

setup(
- name='gozerplugs',
+ name='gozerbot',
version='0.9.3b2',
url='http://gozerbot.googlecode.com',
+ download_url="http://code.google.com/p/gozerbot/downloads",
author='Bart Thate',
author_email='bth...@gmail.com',
- description='plugin package for gozerbot ',
+ description='the irc bot and jabber bot in one',
license='BSD',
- packages =
['gozerplugs', 'gozerplugs.webserver', 'gozerplugs.tracserver'],
-)
+ scripts =
['bin/gozerbot', 'bin/gozerbot-init', 'bin/gozerbot-start', 'bin/gozerbot-stop', 'bin/gozerbot-upgrade', 'bin/gozerbot-udp', 'bin/gozerbot-install', 'bin/gozerbot-nest', 'bin/gozerbot-exec', 'bin/gozerbot-test'],
+ packages=['gozerbot', 'gozerbot.contrib','gozerbot.rest', \
+'gozerbot.persist', 'gozerbot.utils', 'gozerbot.irc', \
+'gozerbot.plugs', 'gozerbot.compat', 'gozerbot.threads', 'gozerbot.database',
\
+'gozerbot.xmpp', 'gozerbot.gozernet'],
+ install_requires = ['sqlalchemy >= 0.7.1',
+ 'pytz >= 1.0',
+ 'simplejson >= 1.0',
+ 'feedparser >= 1.0',
+ 'pydns >= 2.3.3'],
+ long_description = """
+GOZERBOT is a channel bot that aids with conversation in irc channels
+and jabber conference rooms. its mainly used to send notifications (RSS,
+nagios, etc.) and to have custom commands made for the channel. More then
+just a channel bot GOZERBOT aims to provide a platform for the user to
+program his own bot and make it into something thats usefull. This is done
+with a plugin structure that makes it easy to program your own plugins.
+But GOZERBOT comes with some batteries included, there are now over 100
+plugins already written and ready for use.
+""",
+ classifiers=[
+ 'Development Status :: 4 - Beta',
+ 'Environment :: Console',
+ 'Intended Audience :: Developers',
+ 'License :: OSI Approved :: BSD License',
+ 'Operating System :: Unix',
+ 'Programming Language :: Python',
+ 'Topic :: Communications :: Chat :: Internet Relay Chat',
+ 'Topic :: Software Development :: Libraries :: Python Modules',
+ ],
+)

Reply all
Reply to author
Forward
0 new messages