Skip to content

Commit 2e1636d

Browse files
author
tibut
committed
installation script
1 parent 1eb5525 commit 2e1636d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)