[Cython] Fix setuptools warning about data

The include_package_data config option is redundant with explicitly
listing the package data, so setuptools was generating warnings. Since
we explicitly list everything, this can be removed.
This commit is contained in:
Bryan Weber 2022-09-24 17:42:07 -04:00 committed by Ray Speth
parent 930586ec6b
commit a6eda3d083

View File

@ -38,7 +38,6 @@ project_urls =
[options]
zip_safe = False
include_package_data = True
install_requires =
numpy >= 1.12.0
ruamel.yaml >= 0.15.34