Skip to content
Snippets Groups Projects
Verified Commit f2f30420 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

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: #336
Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 7d0fd9c3
No related branches found
No related tags found
No related merge requests found
Pipeline #515478 failed
......@@ -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={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment