1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +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 = \