mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
17 lines
566 B
Plaintext
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
|