We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb5525 commit 2e1636dCopy full SHA for 2e1636d
setup.py
@@ -0,0 +1,13 @@
1
+#!/usr/bin/env python
2
+
3
+from distutils.core import setup
4
5
+setup(name='python-bitflow',
6
+ version='0.1',
7
+ description='bitflow is a stream processing framework that can be controlled through a script language.',
8
+ author='mwallschlaeger',
9
+ author_email='[email protected]',
10
+ url='https://github.com/bitflow-stream/python-bitflow',
11
+ scripts=['python-bitflow', 'python-bitflow'],
12
+ packages=['bitflow','bitflow/steps']
13
+ )
0 commit comments