manifest: don't include .py files from hgext3rd/ twice stable
authorAnton Shestakov <av6@dwimlabs.net>
Thu, 09 Apr 2020 23:41:55 +0800
branchstable
changeset 5291 3e7025a55c1b
parent 5290 57ae9af43e6b
child 5292 8c44f02e7200
manifest: don't include .py files from hgext3rd/ twice They are already included by default because we've given package_dir to setup().
MANIFEST.in
--- a/MANIFEST.in	Thu Apr 09 23:35:20 2020 +0800
+++ b/MANIFEST.in	Thu Apr 09 23:41:55 2020 +0800
@@ -1,9 +1,5 @@
 include CHANGELOG
 include COPYING
-include hgext3rd/__init__.py
-include hgext3rd/evolve/*.py
-include hgext3rd/evolve/thirdparty/*.py
-include hgext3rd/topic/*.py
 include hgext3rd/topic/README
 include MANIFEST.in
 include README