diff MANIFEST.in @ 6297:a635a60ffb84

Remove standalone pytest run_tests.py bundle Newer pytest doesn't support generating stand alone testing bundles. Python 3.9 generates errors running the current run_tests.py. Changed doc to use pythonX -m pytest test/ and some light directions on how to install pytest. Thanks to jerrykan for recommendations on how to do the doc updates.
author John Rouillard <rouilj@ieee.org>
date Sun, 20 Dec 2020 11:08:57 -0500
parents c652849bfc75
children b3ba03d2b214
line wrap: on
line diff
--- a/MANIFEST.in	Mon Dec 14 21:25:56 2020 -0500
+++ b/MANIFEST.in	Sun Dec 20 11:08:57 2020 -0500
@@ -7,7 +7,7 @@
 recursive-include doc *.html *.png *.txt *.css *.example
 recursive-include detectors *.py README.txt
 global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#*
-include run_tests.py demo.py *.txt
+include demo.py *.txt
 include doc/conf.py doc/roundup-favicon.ico
 exclude doc/security.txt
 include locale/*.po locale/*.mo locale/roundup.pot

Roundup Issue Tracker: http://roundup-tracker.org/