summaryrefslogtreecommitdiffstats
path: root/python/setup.py.in
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2023-08-10 17:53:32 +0200
committerDaniel Salzman <daniel.salzman@nic.cz>2023-08-21 16:07:35 +0200
commit196fdf6e7c098b429bc6c0a59a1c2a588e191f91 (patch)
treed55f0b8b459e2fb45a6ea336f475e3079fc9fd3c /python/setup.py.in
parentMerge branch 'edns_presentation_format' into 'master' (diff)
downloadknot-196fdf6e7c098b429bc6c0a59a1c2a588e191f91.tar.xz
knot-196fdf6e7c098b429bc6c0a59a1c2a588e191f91.zip
python: add pyproject.toml and hatchling support, keep setup.py for compatibility
Diffstat (limited to '')
-rw-r--r--python/setup.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/setup.py.in b/python/setup.py.in
index bd340bad5..c9cff8bfd 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -11,8 +11,8 @@ setuptools.setup(
description='Python bindings for libknot',
long_description=long_description,
long_description_content_type="text/markdown",
- author='Daniel Salzman',
- author_email='daniel.salzman@nic.cz',
+ author='CZ.NIC, z.s.p.o.',
+ author_email='knot-dns@labs.nic.cz',
url='https://gitlab.nic.cz/knot/knot-dns',
license='GPL-3.0',
packages=['libknot'],