Skip to content

Commit

Permalink
Add setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Apr 10, 2016
1 parent f3b7fbe commit d854c7b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*.pyc
*.log

# User must create their own .ini file from **.ini.template
**/*.ini
*.ini

# Misc
**/*.pyc
**/*.log
# setup.py install
build
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/python

from distutils.core import setup

setup(name='DbMigrator',
maintainer='Jeff Zohrab',
maintainer_email='[email protected]',
version='0.1',
url='https://github.com/jzohrab/DbMigrator',
license='MIT',
packages=['DbMigrator'])

0 comments on commit d854c7b

Please sign in to comment.