Skip to content

Commit c8af26a

Browse files
committed
add process to setup packages
1 parent 9750846 commit c8af26a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def run(self):
4242
license="BSD",
4343
keywords="code",
4444
url="https://github.com/meeg-cfin/stormdb-python.git",
45-
packages=['stormdb'],
45+
packages=['stormdb',
46+
'stormdb.process'],
4647
scripts=['bin/submit_to_cluster'],
4748
long_description=read('README.md'),
4849
classifiers=[

stormdb/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
STORM database access and cluster processing tools.
33
"""
44

5-
__version__ = '0.6.dev0'
5+
__version__ = '0.5.1'
6+
7+
from . import process

0 commit comments

Comments
 (0)