diff --git a/kuksa-client/pyproject.toml b/kuksa-client/pyproject.toml index 46cb1b0..b7a8cdb 100644 --- a/kuksa-client/pyproject.toml +++ b/kuksa-client/pyproject.toml @@ -2,7 +2,7 @@ requires = [ # Make sure to use the same exact version criteria in setup.cfg and update requirements.txt after changing "grpcio-tools==1.68.0", - "setuptools>=42", + "setuptools>=77", "setuptools-git-versioning", "wheel", ] diff --git a/kuksa-client/setup.cfg b/kuksa-client/setup.cfg index 1bf3e85..4d28912 100644 --- a/kuksa-client/setup.cfg +++ b/kuksa-client/setup.cfg @@ -1,4 +1,5 @@ [metadata] +license = Apache-2.0 name = kuksa_client author = Eclipse KUKSA Project author_email = kuksa-dev@eclipse.org @@ -14,7 +15,6 @@ classifiers = Development Status :: 5 - Production/Stable Environment :: Console Programming Language :: Python :: 3 - License :: OSI Approved :: Apache Software License Operating System :: OS Independent Topic :: Software Development