Skip to content

Commit ee282da

Browse files
committed
Adding setup and moving files
1 parent 95fa3aa commit ee282da

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

setup.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env python
2+
3+
from distutils.core import setup
4+
5+
setup(name='PythonModules',
6+
version='1.0.0',
7+
description='Python modules for use in other projects',
8+
author='dstern',
9+
packages=['modules']
10+
)

0 commit comments

Comments
 (0)