Skip to content

Commit

Permalink
added package build files to gitigrore, correct package name in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bodbdigr committed Mar 26, 2015
1 parent cc6d440 commit 54b7863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.pyc
*.swp
.coverage
MANIFEST
dist
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


setup(
name='rest.py',
packages=['rest.py'],
name='restpy',
packages=['restpy'],
version='0.1.0',
description='Simple RESTful server toolkit',
author='Walery Jadłowski',
Expand Down

0 comments on commit 54b7863

Please sign in to comment.