We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[Python]
1 parent 9dc4992 commit 4b54d4cCopy full SHA for 4b54d4c
continuous_delivery_scripts/plugins/python.py
@@ -164,7 +164,8 @@ def can_add_licence_headers(self) -> bool:
164
165
def can_get_project_metadata(self) -> bool:
166
"""States whether project metadata can be retrieved."""
167
- return True
+ # FIXME Comment out retrieving project metadata as deprecated (SetuptoolsDeprecationWarning: License classifiers are deprecated)
168
+ return False
169
170
def should_include_spdx_in_package(self) -> bool:
171
"""States whether the SPDX documents should be included in the package."""
news/20250915112924.bugfix
@@ -0,0 +1 @@
1
+:gear: `[Python]` try to handle deprecation in Python for retrieving licensing information
0 commit comments