Browse Source

Exclude devproject and docs from PIP releases

Rafał Pitoń 6 years ago
parent
commit
70fafb1a42
1 changed files with 4 additions and 3 deletions
  1. 4 3
      MANIFEST.in

+ 4 - 3
MANIFEST.in

@@ -2,11 +2,12 @@ include LICENSE.rst
 include MANIFEST.in
 include README.rst
 include requirements.txt
-graft docs
-prune docs/build
+prune devproject
+prune docs
 prune extras
 prune testproject
 graft misago
 global-exclude __pycache__
 global-exclude *.py[co]
-global-exclude .DS_Store
+global-exclude .DS_Store
+global-exclude *.py[co]