We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e9f77 commit 54fe252Copy full SHA for 54fe252
setup.py
@@ -0,0 +1,12 @@
1
+#!/usr/bin/env python
2
+
3
+from distutils.core import setup
4
5
+setup(name='rtmbot',
6
+ version='1.0',
7
+ description='A Slack bot written in python that connects via the RTM API.',
8
+ author='Ryan Huber',
9
+ author_email='rhuber@gmail.com',
10
+ url='https://github.com/slackhq/python-rtmbot',
11
+ packages=['rtmbot'],
12
+ )
0 commit comments