Skip to content

Commit

Permalink
Included manifest, updated setup.py to include templates in dist, ver…
Browse files Browse the repository at this point in the history
…sion bump.
  • Loading branch information
skoczen committed Sep 26, 2011
1 parent ab73cd3 commit 52b6649
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ zebra_sample_project/zebra_sample.db
zebra_sample_project/locals.py
django_zebra.egg-info/*
dist/*
build/*
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include README.md AUTHORS LICENSE
recursive-include zebra/templates/zebra *
recursive-include zebra/static/zebra *
recursive-include zebra_sample_project/marty/templates/marty *
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
author = "Steven Skoczen",
author_email = "[email protected]",
url = "https://github.com/GoodCloud/django-zebra",
version = "0.4",
version = "0.4.2",
packages = find_packages(),
zip_safe = False,
include_package_data=True,
classifiers = [
"Programming Language :: Python",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 52b6649

Please sign in to comment.