Closed mgorny closed 2 years ago
The release tarball has only the following files from test directory:
test
test-server-0.0.31/test/ test-server-0.0.31/test/server.py test-server-0.0.31/test/__init__.py
This is apparently insufficient to run the test suite.
MANIFEST.in contains recursive_include test *.py , which may have worked at some point, but doesnt work now.
MANIFEST.in
recursive_include test *.py
The underscore needs to be a hyphen.
The release tarball has only the following files from
test
directory:This is apparently insufficient to run the test suite.