Mercurial > evolve
comparison MANIFEST.in @ 5770:7d5d9301c244 stable
manifest: include all .py files from hgext3rd
This is required for packaging a tarball correctly on debian testing, where the
current version of python and/or setuptools and/or distutils result in hgext3rd
directory being included in the MANIFEST file using absolute paths to the
files, and somehow that doesn't work correctly and the tarball has only a
README file from topics and nothing else inside hgext3rd.
Also see 3e7025a55c1b.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 01 Feb 2021 19:52:39 +0800 |
parents | 9e0f91cb5242 |
children | fa2fc0cad459 |
comparison
equal
deleted
inserted
replaced
5745:94b458d3b961 | 5770:7d5d9301c244 |
---|---|
2 include COPYING | 2 include COPYING |
3 include hgext3rd/topic/README | 3 include hgext3rd/topic/README |
4 include MANIFEST.in | 4 include MANIFEST.in |
5 include README.rst | 5 include README.rst |
6 include setup.py | 6 include setup.py |
7 recursive-include hgext3rd *.py | |
7 recursive-include tests *.py *.sh *.t | 8 recursive-include tests *.py *.sh *.t |
8 | 9 |
9 include docs/makefile | 10 include docs/makefile |
10 include docs/*.py | 11 include docs/*.py |
11 include docs/README | 12 include docs/README |