Files
sqlalchemy/MANIFEST.in
T
Mike Bayer 9fff85c8c0 Remove sqla_nose.py from MANIFEST.in
Removed errant "sqla_nose.py" symbol from MANIFEST.in which created an
undesirable warning message.

Fixes: #4625
Change-Id: I3784e82847d2ebfdd967dd9e2ab628d0ae5f415f
2019-04-23 14:48:15 -05:00

14 lines
437 B
Plaintext

# any kind of "*" pulls in __init__.pyc files,
# so all extensions are explicit.
recursive-include doc *.html *.css *.txt *.js *.png *.py Makefile *.rst *.sty
recursive-include examples *.py *.xml
recursive-include test *.py *.dat
# include the c extensions, which otherwise
# don't come in if --with-cextensions isn't specified.
recursive-include lib *.c *.txt
include README* AUTHORS LICENSE CHANGES* tox.ini
prune doc/build/output