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 9750846 commit c8af26aCopy full SHA for c8af26a
setup.py
@@ -42,7 +42,8 @@ def run(self):
42
license="BSD",
43
keywords="code",
44
url="https://github.com/meeg-cfin/stormdb-python.git",
45
- packages=['stormdb'],
+ packages=['stormdb',
46
+ 'stormdb.process'],
47
scripts=['bin/submit_to_cluster'],
48
long_description=read('README.md'),
49
classifiers=[
stormdb/__init__.py
@@ -2,4 +2,6 @@
2
STORM database access and cluster processing tools.
3
"""
4
5
-__version__ = '0.6.dev0'
+__version__ = '0.5.1'
6
+
7
+from . import process
0 commit comments