-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Included manifest, updated setup.py to include templates in dist, ver…
…sion bump.
- Loading branch information
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ zebra_sample_project/zebra_sample.db | |
zebra_sample_project/locals.py | ||
django_zebra.egg-info/* | ||
dist/* | ||
build/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|