mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[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:
parent
930586ec6b
commit
a6eda3d083
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user