Newer
Older
# metadata files
include CHANGELOG.md
include CONTRIBUTING.md
include COPYING
include README.md
include setup.cfg
include setup.py
include pyproject.toml
# vendored sources
include vendor/FastANI/bootstrap.sh
include vendor/FastANI/configure.ac
include vendor/FastANI/INSTALL.txt
include vendor/FastANI/LICENSE
include vendor/FastANI/Makefile.in
include vendor/FastANI/README.md
recursive-include vendor/FastANI/src *.h *.hpp *.md
# Cython headers
recursive-include include *.pxd
# Cython sources

Martin Larralde
committed
recursive-include pyfastani *.pyx *.h *.c *.py *.cpp *.hpp
exclude pyfastani/_fastani.cpp
# test files
include pyfastani/tests/requirements.txt