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:
@ -14,6 +14,7 @@ EXTRA_DIST = \
|
||||
libxslt_wrap.h \
|
||||
libxsl.py \
|
||||
libxslt-python-api.xml \
|
||||
pyproject.toml \
|
||||
setup.py.in
|
||||
|
||||
if WITH_PYTHON
|
||||
|
@ -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"; \
|
||||
|
Reference in New Issue
Block a user