# HG changeset patch # User Anton Shestakov # Date 1586446915 -28800 # Node ID 3e7025a55c1b146ff49361867098415144f1577f # Parent 57ae9af43e6b05516ddf805d5d1587a2c0b0838a manifest: don't include .py files from hgext3rd/ twice They are already included by default because we've given package_dir to setup(). diff -r 57ae9af43e6b -r 3e7025a55c1b 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