From b045529c40c83601909dca7b76a53498e9a70f33 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 21:05:44 +0200 Subject: Adding upstream version 3.3.4. Signed-off-by: Daniel Baumann --- python/libknot/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 python/libknot/Makefile.am (limited to 'python/libknot/Makefile.am') diff --git a/python/libknot/Makefile.am b/python/libknot/Makefile.am new file mode 100644 index 0000000..4e6abc4 --- /dev/null +++ b/python/libknot/Makefile.am @@ -0,0 +1,21 @@ +EXTRA_DIST = \ + libknot/__init__.py.in \ + libknot/control.py \ + libknot/dname.py \ + libknot/probe.py \ + pyproject.toml.in \ + setup.py.in \ + README.md + +clean-local: + -rm -rf dist *.egg-info + +dist: clean-local + @if hatchling -h &> /dev/null; then \ + hatchling build; \ + else \ + python3 setup.py sdist; \ + fi + +upload: + twine upload dist/* -- cgit v1.2.3