1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +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-04 18:54:21 +01:00
parent 7a2d412f68
commit 56944c517f
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,8 @@ SUBDIRS = . tests
EXTRA_DIST = \
generator.py \
libxml.py \
libxml2-python-api.xml
libxml2-python-api.xml \
pyproject.toml
if WITH_PYTHON
AM_CPPFLAGS = \

View File

@ -1,5 +1,5 @@
exampledir = $(docdir)/python/examples
dist_example_DATA = $(PYTESTS) $(XMLS)
dist_example_DATA = $(PYTESTS) $(XMLS) setup_test.py
PYTESTS= \
build.py \