Skip to content

Commit

Permalink
setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Podolskiy committed Jun 18, 2011
1 parent 856a735 commit 4311ed7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
*~
*~
*.pyc
MANIFEST
/dist
/build
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from distutils.core import setup
setup(name='gemeindeverzeichnis',
version='0.1',
py_modules=['gemeindeverzeichnis'],
author='Igor Podolskiy',
author_email='[email protected]',
)

0 comments on commit 4311ed7

Please sign in to comment.