From 69c6a41ffb878ef98c9378ed4b1634a404cfaa7f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 02:53:35 +0200 Subject: Adding upstream version 2.7.6. Signed-off-by: Daniel Baumann --- python/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 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..dd76d62 --- /dev/null +++ b/python/Makefile.am @@ -0,0 +1,15 @@ +EXTRA_DIST = \ + libknot/__init__.py.in \ + libknot/control.py \ + setup.py.in \ + stats_http.py \ + stats_influxdb.py + +clean-local: + -rm -rf dist *.egg-info + +dist: clean-local + python3 setup.py sdist + +upload: + twine upload dist/* -- cgit v1.2.3