Skip to content

Commit 3603b5e

Browse files
author
Steve Canny
committed
fix: python-openxml#151 tests won't run on PyPI distribution
The tests/ directory was only partially included in the source distribution uploaded to PyPI, such that the test suite could not be run from that distribution. Modify MANIFEST.in to include all .py files in the tests/ directory.
1 parent ffdb139 commit 3603b5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include HISTORY.rst LICENSE README.rst tox.ini
2-
include tests/*.py
2+
recursive-include tests *.py
33
recursive-include features *
44
recursive-include docx/templates *
55
recursive-include tests/test_files *

0 commit comments

Comments
 (0)