1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

python: Make sure to distribute new files

Add pyproject.toml and tests/setup_test.py to Makefile.am.
This commit is contained in:
Nick Wellnhofer
2023-11-16 13:57:50 +01:00
parent fe9da133fd
commit 405e3e1980
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ EXTRA_DIST = \
libxslt_wrap.h \
libxsl.py \
libxslt-python-api.xml \
pyproject.toml \
setup.py.in
if WITH_PYTHON

View File

@ -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"; \