2
0
Эх сурвалжийг харах

Merge pull request #2089 from ThomasWaldmann/fix-manifest

Manifest.in: simplify, also exclude *.so *.dll *.orig
enkore 8 жил өмнө
parent
commit
5f5b1b2ef6
1 өөрчлөгдсөн 5 нэмэгдсэн , 7 устгасан
  1. 5 7
      MANIFEST.in

+ 5 - 7
MANIFEST.in

@@ -1,10 +1,8 @@
 include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in
-recursive-include borg *.pyx
-recursive-include docs *
-recursive-exclude docs *.pyc
-recursive-exclude docs *.pyo
-prune docs/_build
+exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
 prune .travis
 prune .github
-exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
-include borg/_version.py
+graft borg
+graft docs
+prune docs/_build
+global-exclude *.py[co] *.orig *.so *.dll