changeset 5247:3e7025a55c1b stable

manifest: don't include .py files from hgext3rd/ twice They are already included by default because we've given package_dir to setup().
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 09 Apr 2020 23:41:55 +0800
parents 57ae9af43e6b
children 8c44f02e7200
files MANIFEST.in
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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