[Git][reproducible-builds/diffoscope][master] setup.py: drop include_package_data=True

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Wed Mar 29 10:32:56 UTC 2023



Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope


Commits:
f2f30420 by Mattia Rizzolo at 2023-03-29T12:30:41+02:00
setup.py: drop include_package_data=True

this disables the automatism that looks up data files/directories, which
we don't need as we are explicitly listing them already and it is now
causing a warning at build time

Closes: reproducible-builds/diffoscope#336
Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- setup.py


Changes:

=====================================
setup.py
=====================================
@@ -50,7 +50,6 @@ setup(
     url="https://diffoscope.org/",
     packages=find_packages(exclude=["tests", "tests.*"]),
     package_data={"diffoscope": ["scripts/*"]},
-    include_package_data=True,
     tests_require=["pytest"],
     cmdclass={"test": PyTest},
     entry_points={



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/f2f30420517f55255bbbcff2af5803fe978ee61e

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/f2f30420517f55255bbbcff2af5803fe978ee61e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230329/28c339db/attachment.htm>


More information about the rb-commits mailing list