Files
mariadb-connector-python/MANIFEST.in
Georg Richter 11a22ad7e7 CONPY-296: Include test suite in sdist
Fixed manifest, which contained wrong directory (tests instead
of testing - excluded benchmark stuff)
2025-02-20 19:53:33 +01:00

12 lines
258 B
Plaintext

recursive-include testing/test/ *.py
prune testing/benchmarks
exclude testing/bench*.py
recursive-include include *.h
include LICENSE
include mariadb_windows.py
include mariadb_posix.py
include MANIFEST.in
include MANIFEST
include README.md
include site.cfg