You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
315 B
16 lines
315 B
include AUTHORS.rst
|
|
include CHANGELOG.rst
|
|
include CONTRIBUTING.rst
|
|
include LICENSE
|
|
include LICENSE.APACHE
|
|
include LICENSE.BSD
|
|
include README.rst
|
|
|
|
include pyproject.toml
|
|
|
|
recursive-include docs *
|
|
recursive-include src/_cffi_src *.py *.c *.h
|
|
prune docs/_build
|
|
recursive-include tests *.py
|
|
recursive-exclude vectors *
|