diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-10 17:53:32 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-21 16:07:35 +0200 |
commit | 196fdf6e7c098b429bc6c0a59a1c2a588e191f91 (patch) | |
tree | d55f0b8b459e2fb45a6ea336f475e3079fc9fd3c /python/setup.py.in | |
parent | Merge branch 'edns_presentation_format' into 'master' (diff) | |
download | knot-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.in | 4 |
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'], |