From f449f278dd3c70e479a035f50a9bb817a9b433ba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:24:08 +0200 Subject: Adding upstream version 3.2.6. Signed-off-by: Daniel Baumann --- python/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/Makefile.am (limited to 'python/Makefile.am') diff --git a/python/Makefile.am b/python/Makefile.am new file mode 100644 index 0000000..5903219 --- /dev/null +++ b/python/Makefile.am @@ -0,0 +1,16 @@ +EXTRA_DIST = \ + libknot/__init__.py.in \ + libknot/control.py \ + libknot/dname.py \ + libknot/probe.py \ + README.md \ + setup.py.in + +clean-local: + -rm -rf dist *.egg-info + +dist: clean-local + python3 setup.py sdist + +upload: + twine upload dist/* -- cgit v1.2.3