Merge branch 'master' of https://github.com/tzakrajs/python-rtmbot into tzakrajs-master
Also fixes some PEP8 issues and a number of small bugs.
This commit is contained in:
commit
4c7fa8b9ae
5 changed files with 105 additions and 79 deletions
13
setup.py
Executable file
13
setup.py
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='rtmbot',
|
||||
version='0.10',
|
||||
description='A Slack bot written in python that connects via the RTM API.',
|
||||
author='Ryan Huber',
|
||||
author_email='rhuber@gmail.com',
|
||||
url='https://github.com/slackhq/python-rtmbot',
|
||||
packages=['rtmbot'],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue