From 2a49ab3391f186746bb19835ae81772324d2d061 Mon Sep 17 00:00:00 2001 From: Dominik Rimpf Date: Thu, 15 Oct 2020 15:57:53 +0200 Subject: [PATCH] FIX: typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fff823..6abe59b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( description='This is a meta package to install the automatically generated NET-API 3.0 definitions.', url='https://git.scc.kit.edu/scc-net/net-suite/netdb-client-lib', install_requires=['argparse', 'requests'], - python_requires='>=3.7' + python_requires='>=3.7', packages=['netdb_client'], cmdclass={'build_py': APIGenBuild} ) -- GitLab