Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kuksa-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
2 changes: 1 addition & 1 deletion kuksa-client/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[metadata]
license = Apache-2.0
name = kuksa_client
author = Eclipse KUKSA Project
author_email = kuksa-dev@eclipse.org
Expand All @@ -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

Expand Down
Loading