Browse Source

Fix missing static files with setup.py

David Cramer 15 years ago
parent
commit
3ddc03e344
1 changed files with 3 additions and 0 deletions
  1. 3 0
      MANIFEST.in

+ 3 - 0
MANIFEST.in

@@ -0,0 +1,3 @@
+include setup.py README.rst MANIFEST.in LICENSE
+recursive-include djangodblog/templates *
+global-exclude *~