mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 11:35:19 -04:00
9fff85c8c0
Removed errant "sqla_nose.py" symbol from MANIFEST.in which created an undesirable warning message. Fixes: #4625 Change-Id: I3784e82847d2ebfdd967dd9e2ab628d0ae5f415f
14 lines
437 B
Plaintext
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
|