added setup.py for installing module now that RtmBot was refactored
This commit is contained in:
parent
45e9f7780c
commit
54fe252eef
1 changed files with 12 additions and 0 deletions
12
setup.py
Executable file
12
setup.py
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='rtmbot',
|
||||
version='1.0',
|
||||
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