diff options
| author | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-03-17 21:29:48 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-03-17 23:02:34 +0200 |
| commit | 5bd3157eedb16d8f10339cc7b5659b07a1d0411e (patch) | |
| tree | 27547b2a89bbbfc494b41d76f9e7f96236a45173 /src/python-sshmgr-0.1/setup.py | |
| parent | b6dc3ba88e5ef0a7e4509c88665372cb04a36f06 (diff) | |
Add help and restructure
Diffstat (limited to 'src/python-sshmgr-0.1/setup.py')
| -rw-r--r-- | src/python-sshmgr-0.1/setup.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/python-sshmgr-0.1/setup.py b/src/python-sshmgr-0.1/setup.py deleted file mode 100644 index 929b2fb..0000000 --- a/src/python-sshmgr-0.1/setup.py +++ /dev/null @@ -1,12 +0,0 @@ -#!/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'], - ) |
