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 39ef9fcCopy full SHA for 39ef9fc
continuous_delivery_scripts/plugins/python.py
@@ -164,7 +164,9 @@ 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
168
+ # (SetuptoolsDeprecationWarning: License classifiers are deprecated)
169
+ return False
170
171
def should_include_spdx_in_package(self) -> bool:
172
"""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