Skip to content

Commit

Permalink
Remove unused config option include_package_data
Browse files Browse the repository at this point in the history
This was added a while back (at AI2) when - for a brief amount of time -
the idea as to ship some translate test data with the package. This idea
was rejected and now the configuration option isn't needed anymore.
  • Loading branch information
Roman Cattaneo committed Nov 14, 2024
1 parent 1f8ed0b commit 287cbd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
extras_require=extras_requires,
license="GPLv3 license",
long_description=readme,
include_package_data=True,
name="pyFV3",
packages=find_namespace_packages(include=["pyFV3", "pyFV3.*"]),
setup_requires=[],
Expand Down

0 comments on commit 287cbd1

Please sign in to comment.