comparison 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
comparison
equal deleted inserted replaced
6296:6cf9f2f49b89 6297:a635a60ffb84
5 recursive-include tools *.* base64 5 recursive-include tools *.* base64
6 recursive-include test *.py *.txt 6 recursive-include test *.py *.txt
7 recursive-include doc *.html *.png *.txt *.css *.example 7 recursive-include doc *.html *.png *.txt *.css *.example
8 recursive-include detectors *.py README.txt 8 recursive-include detectors *.py README.txt
9 global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* 9 global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#*
10 include run_tests.py demo.py *.txt 10 include demo.py *.txt
11 include doc/conf.py doc/roundup-favicon.ico 11 include doc/conf.py doc/roundup-favicon.ico
12 exclude doc/security.txt 12 exclude doc/security.txt
13 include locale/*.po locale/*.mo locale/roundup.pot 13 include locale/*.po locale/*.mo locale/roundup.pot

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