# HG changeset patch # User Anton Shestakov # Date 1586484828 -28800 # Node ID 8c44f02e72000d9519ba2a4fa5c0706b97415599 # Parent 3e7025a55c1b146ff49361867098415144f1577f manifest: now that there's only one legacy.py, exclude it After the last patch, this file is only included because of package_dir in setup.py (i.e. just once), so we can ignore it with just one clause. But package_dir starts with "./", so we need to add it to the pattern. diff -r 3e7025a55c1b -r 8c44f02e7200 MANIFEST.in --- a/MANIFEST.in Thu Apr 09 23:41:55 2020 +0800 +++ b/MANIFEST.in Fri Apr 10 10:13:48 2020 +0800 @@ -18,7 +18,7 @@ exclude docs/tutorial/.netlify exclude .gitlab-ci.yml -exclude hgext3rd/evolve/legacy.py +exclude ./hgext3rd/evolve/legacy.py exclude .hg-format-source exclude Makefile exclude tests/test-drop.t