mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-25 10:50:08 +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:
parent
7a2d412f68
commit
56944c517f
@ -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 = \
|
||||
|
@ -1,5 +1,5 @@
|
||||
exampledir = $(docdir)/python/examples
|
||||
dist_example_DATA = $(PYTESTS) $(XMLS)
|
||||
dist_example_DATA = $(PYTESTS) $(XMLS) setup_test.py
|
||||
|
||||
PYTESTS= \
|
||||
build.py \
|
||||
|
Loading…
x
Reference in New Issue
Block a user