diff --git a/python/Makefile.am b/python/Makefile.am index a7966ced..6f2b4af7 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -14,6 +14,7 @@ EXTRA_DIST = \ libxslt_wrap.h \ libxsl.py \ libxslt-python-api.xml \ + pyproject.toml \ setup.py.in if WITH_PYTHON diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am index 3503b168..88ababc4 100644 --- a/python/tests/Makefile.am +++ b/python/tests/Makefile.am @@ -6,7 +6,7 @@ TESTSPY = \ extfunc.py exampledir = $(docdir)/python/examples -dist_example_DATA = test.xml test.xsl pyxsltproc.py $(TESTSPY) +dist_example_DATA = test.xml test.xsl pyxsltproc.py setup_test.py $(TESTSPY) check-local: $(TESTSPY) @(export PYTHONPATH="..:../.libs:$(srcdir)/..:$$PYTHONPATH"; \