Skip to content

Commit

Permalink
Refactored package into a module
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 15, 2015
1 parent a826fc1 commit 14eec2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.pyc
.coverage
*.egg*
dist
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include postgres_copy.py
File renamed without changes.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ def run(self):

setup(
name='django-postgres-copy',
version='0.0.1',
version='0.0.2',
description='A set of helpers for baking your Django site out as flat files',
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
url='http://www.github.com/california-civic-data-coalition/django-postgresql-copy/',
license="MIT",
packages=("postgres_copy",),
cmdclass={'test': TestCommand}
)

0 comments on commit 14eec2f

Please sign in to comment.