Files
cantera/interfaces/python_sdist/MANIFEST.in
2023-04-25 18:14:19 -04:00

17 lines
566 B
Plaintext

# The files listed here will be included in the sdist. They will also be included in
# the wheel file if they are also listed in setup.cfg:options.package_data and not
# listed in setup.cfg:options.exclude_package_data.
include cantera/_cantera.cpp
recursive-include cantera *.pyx
include sundials_config.h.in
include config.h.in
graft include
# The C/C++ files in these folders are included automatically because they're in
# the source of the extension.
recursive-include ext *.h
recursive-include src *.h
exclude include/cantera/ext/sundials/sundials_config.h