Browse Source

fix #863: exclude extras dir from pypi releases

Rafał Pitoń 8 years ago
parent
commit
0fc87fb055
2 changed files with 1 additions and 0 deletions
  1. 1 0
      MANIFEST.in
  2. 0 0
      upload

+ 1 - 0
MANIFEST.in

@@ -4,6 +4,7 @@ include README.rst
 include requirements.txt
 graft docs
 prune docs/build
+prune extras
 prune testproject
 graft misago
 global-exclude __pycache__

+ 0 - 0
upload