changeset 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 94b458d3b961
children fa2fc0cad459
files MANIFEST.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in	Mon Feb 01 11:52:04 2021 +0100
+++ b/MANIFEST.in	Mon Feb 01 19:52:39 2021 +0800
@@ -4,6 +4,7 @@
 include MANIFEST.in
 include README.rst
 include setup.py
+recursive-include hgext3rd *.py
 recursive-include tests *.py *.sh *.t
 
 include docs/makefile