Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Fix distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Apr 3, 2015
1 parent 29c470e commit 82a6a1f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.tox
*.pyc
db*.sqlite3
deploy
deploy
dist/
django_material.egg-info/
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include LICENSE
include MANIFEST.in
include README.rst
recursive-include material/templates *
recursive-include material/static *
recursive-include material/admin/templates *
recursive-include material/admin/static *
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
url='http://github.com/viewflow/django-material',
keywords="django",
packages=['material',
'material.admin'],
'material.templatetags',
'material.admin',
'material.admin.templatetags'],
include_package_data=True,
zip_safe=False,
platforms=['any'],
Expand Down

0 comments on commit 82a6a1f

Please sign in to comment.