From 405e3e19807f242f57a6fa44bcfbdeb410a51f62 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 16 Nov 2023 13:57:50 +0100 Subject: [PATCH] python: Make sure to distribute new files Add pyproject.toml and tests/setup_test.py to Makefile.am. --- python/Makefile.am | 1 + python/tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"; \