diff options
Diffstat (limited to 'src/python-sshmgr-0.1/setup.py')
| -rw-r--r-- | src/python-sshmgr-0.1/setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/python-sshmgr-0.1/setup.py b/src/python-sshmgr-0.1/setup.py new file mode 100644 index 0000000..929b2fb --- /dev/null +++ b/src/python-sshmgr-0.1/setup.py @@ -0,0 +1,12 @@ +#!/usr/bin/env python + +from distutils.core import setup + +setup(name='sshmgr', + version='0.1', + description='', + author='Jan Tuomi', + author_email='jan-sebastian.tuomi@aalto.fi', + url='', + packages=['src'], + ) |
