Removed errant "sqla_nose.py" symbol from MANIFEST.in which created an
undesirable warning message.
Fixes: #4625
Change-Id: I3784e82847d2ebfdd967dd9e2ab628d0ae5f415f
# don't come in if --with-cextensions isn't specified.
recursive-include lib *.c *.txt
-include README* AUTHORS LICENSE sqla_nose.py CHANGES* tox.ini
+include README* AUTHORS LICENSE CHANGES* tox.ini
prune doc/build/output
--- /dev/null
+.. change::
+ :tags: bug, misc
+ :tickets: 4625
+
+ Removed errant "sqla_nose.py" symbol from MANIFEST.in which created an
+ undesirable warning message.