]> git.parisson.com Git - django-postman.git/commitdiff
fixed setup configuration
authorPatrick Samson <pk.samson@gmail.com>
Tue, 17 Apr 2012 09:52:52 +0000 (11:52 +0200)
committerPatrick Samson <pk.samson@gmail.com>
Tue, 17 Apr 2012 09:52:52 +0000 (11:52 +0200)
MANIFEST.in

index 353053215d3845104cf039a68ad8a9574b3de42b..bbdf4a3e4fb949e682a1cec7e7591c73e8eb4100 100644 (file)
@@ -1,4 +1,6 @@
-recursive-include postman/locale *
+include LICENSE
+recursive-include postman/locale *.po *.mo
 recursive-include postman/medias *
-recursive-include postman/templates *
-
+recursive-include postman/templates *.html *.txt
+graft docs
+prune docs/_build
\ No newline at end of file