Files
mysqlclient/MANIFEST.in
Monty Taylor b739fb06aa Remove distribute_setup.py reference in MANIFEST
We're not using it anymore, remove the setuptools warning about it not
existing.
2014-01-02 11:29:02 -06:00

15 lines
309 B
Plaintext

recursive-include doc *.rst
recursive-include tests *.py
include doc/conf.py
include MANIFEST.in
include HISTORY
include INSTALL
include README.md
include GPL-2.0
include pymemcompat.h
include metadata.cfg
include site.cfg
include setup_common.py
include setup_posix.py
include setup_windows.py