From 5f7e10d12fcd0f26db1f59fc600d761675d97694 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 10 Nov 2024 00:38:20 -0500 Subject: [PATCH] PyPI does not support metadata 2.4 yet --- backend/src/hatchling/metadata/spec.py | 2 +- docs/history/hatchling.md | 2 +- tests/helpers/templates/sdist/standard_default.py | 1 - .../templates/sdist/standard_default_build_script_artifacts.py | 1 - .../sdist/standard_default_build_script_extra_dependencies.py | 1 - .../helpers/templates/sdist/standard_default_support_legacy.py | 1 - .../templates/sdist/standard_default_vcs_git_exclusion_files.py | 1 - .../sdist/standard_default_vcs_mercurial_exclusion_files.py | 1 - tests/helpers/templates/sdist/standard_include.py | 1 - tests/helpers/templates/sdist/standard_include_config_file.py | 1 - tests/helpers/templates/wheel/standard_default_build_script.py | 1 - .../templates/wheel/standard_default_build_script_artifacts.py | 1 - .../standard_default_build_script_artifacts_with_src_layout.py | 1 - .../standard_default_build_script_configured_build_hooks.py | 1 - .../wheel/standard_default_build_script_extra_dependencies.py | 1 - .../wheel/standard_default_build_script_force_include.py | 1 - ...tandard_default_build_script_force_include_no_duplication.py | 1 - .../helpers/templates/wheel/standard_default_extra_metadata.py | 1 - .../templates/wheel/standard_default_license_multiple.py | 2 -- .../helpers/templates/wheel/standard_default_license_single.py | 1 - .../templates/wheel/standard_default_namespace_package.py | 1 - .../templates/wheel/standard_default_python_constraint.py | 1 - .../standard_default_python_constraint_three_components.py | 1 - tests/helpers/templates/wheel/standard_default_shared_data.py | 1 - .../helpers/templates/wheel/standard_default_shared_scripts.py | 1 - tests/helpers/templates/wheel/standard_default_single_module.py | 1 - tests/helpers/templates/wheel/standard_default_symlink.py | 1 - tests/helpers/templates/wheel/standard_editable_exact.py | 1 - .../wheel/standard_editable_exact_extra_dependencies.py | 1 - .../templates/wheel/standard_editable_exact_force_include.py | 1 - tests/helpers/templates/wheel/standard_editable_pth.py | 1 - .../templates/wheel/standard_editable_pth_extra_dependencies.py | 1 - .../templates/wheel/standard_editable_pth_force_include.py | 1 - tests/helpers/templates/wheel/standard_entry_points.py | 1 - tests/helpers/templates/wheel/standard_no_strict_naming.py | 1 - .../templates/wheel/standard_only_packages_artifact_override.py | 1 - tests/helpers/templates/wheel/standard_tests.py | 1 - 37 files changed, 2 insertions(+), 38 deletions(-) diff --git a/backend/src/hatchling/metadata/spec.py b/backend/src/hatchling/metadata/spec.py index 3f9154101..0c8f85c53 100644 --- a/backend/src/hatchling/metadata/spec.py +++ b/backend/src/hatchling/metadata/spec.py @@ -5,7 +5,7 @@ if TYPE_CHECKING: from hatchling.metadata.core import ProjectMetadata -DEFAULT_METADATA_VERSION = '2.4' +DEFAULT_METADATA_VERSION = '2.3' LATEST_METADATA_VERSION = '2.4' CORE_METADATA_PROJECT_FIELDS = { 'Author': ('authors',), diff --git a/docs/history/hatchling.md b/docs/history/hatchling.md index 8da9c1cea..eec2449f1 100644 --- a/docs/history/hatchling.md +++ b/docs/history/hatchling.md @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ***Added:*** -- Update the default version of core metadata to 2.4 +- Support version 2.4 of core metadata for the `wheel` and `sdist` targets - Bump the minimum supported version of `packaging` to 24.2 ***Fixed:*** diff --git a/tests/helpers/templates/sdist/standard_default.py b/tests/helpers/templates/sdist/standard_default.py index 301275412..bd73c39d8 100644 --- a/tests/helpers/templates/sdist/standard_default.py +++ b/tests/helpers/templates/sdist/standard_default.py @@ -16,7 +16,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ) ) diff --git a/tests/helpers/templates/sdist/standard_default_build_script_artifacts.py b/tests/helpers/templates/sdist/standard_default_build_script_artifacts.py index 29d2a4b25..643702b04 100644 --- a/tests/helpers/templates/sdist/standard_default_build_script_artifacts.py +++ b/tests/helpers/templates/sdist/standard_default_build_script_artifacts.py @@ -39,7 +39,6 @@ def initialize(self, version, build_data): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/sdist/standard_default_build_script_extra_dependencies.py b/tests/helpers/templates/sdist/standard_default_build_script_extra_dependencies.py index eb6c0b14b..9d4ed91da 100644 --- a/tests/helpers/templates/sdist/standard_default_build_script_extra_dependencies.py +++ b/tests/helpers/templates/sdist/standard_default_build_script_extra_dependencies.py @@ -40,7 +40,6 @@ def initialize(self, version, build_data): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Dist: binary """, ), diff --git a/tests/helpers/templates/sdist/standard_default_support_legacy.py b/tests/helpers/templates/sdist/standard_default_support_legacy.py index e33ac7a7c..3914c2a97 100644 --- a/tests/helpers/templates/sdist/standard_default_support_legacy.py +++ b/tests/helpers/templates/sdist/standard_default_support_legacy.py @@ -16,7 +16,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), File( diff --git a/tests/helpers/templates/sdist/standard_default_vcs_git_exclusion_files.py b/tests/helpers/templates/sdist/standard_default_vcs_git_exclusion_files.py index 09a8cebb1..527a77c3c 100644 --- a/tests/helpers/templates/sdist/standard_default_vcs_git_exclusion_files.py +++ b/tests/helpers/templates/sdist/standard_default_vcs_git_exclusion_files.py @@ -25,7 +25,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/sdist/standard_default_vcs_mercurial_exclusion_files.py b/tests/helpers/templates/sdist/standard_default_vcs_mercurial_exclusion_files.py index f8cc3d596..35ba37ecf 100644 --- a/tests/helpers/templates/sdist/standard_default_vcs_mercurial_exclusion_files.py +++ b/tests/helpers/templates/sdist/standard_default_vcs_mercurial_exclusion_files.py @@ -31,7 +31,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/sdist/standard_include.py b/tests/helpers/templates/sdist/standard_include.py index 96abbe7e4..d5893b382 100644 --- a/tests/helpers/templates/sdist/standard_include.py +++ b/tests/helpers/templates/sdist/standard_include.py @@ -21,7 +21,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Description-Content-Type: text/markdown # My.App diff --git a/tests/helpers/templates/sdist/standard_include_config_file.py b/tests/helpers/templates/sdist/standard_include_config_file.py index 27272aee0..99c435222 100644 --- a/tests/helpers/templates/sdist/standard_include_config_file.py +++ b/tests/helpers/templates/sdist/standard_include_config_file.py @@ -22,7 +22,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Description-Content-Type: text/markdown # My.App diff --git a/tests/helpers/templates/wheel/standard_default_build_script.py b/tests/helpers/templates/wheel/standard_default_build_script.py index 69d3ceca0..adc8f9edb 100644 --- a/tests/helpers/templates/wheel/standard_default_build_script.py +++ b/tests/helpers/templates/wheel/standard_default_build_script.py @@ -36,7 +36,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_build_script_artifacts.py b/tests/helpers/templates/wheel/standard_default_build_script_artifacts.py index 19d0e58fb..2bcd32277 100644 --- a/tests/helpers/templates/wheel/standard_default_build_script_artifacts.py +++ b/tests/helpers/templates/wheel/standard_default_build_script_artifacts.py @@ -37,7 +37,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_build_script_artifacts_with_src_layout.py b/tests/helpers/templates/wheel/standard_default_build_script_artifacts_with_src_layout.py index ac1cc84d8..6a4616a09 100644 --- a/tests/helpers/templates/wheel/standard_default_build_script_artifacts_with_src_layout.py +++ b/tests/helpers/templates/wheel/standard_default_build_script_artifacts_with_src_layout.py @@ -38,7 +38,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_build_script_configured_build_hooks.py b/tests/helpers/templates/wheel/standard_default_build_script_configured_build_hooks.py index 31e34ed6d..7556f54ba 100644 --- a/tests/helpers/templates/wheel/standard_default_build_script_configured_build_hooks.py +++ b/tests/helpers/templates/wheel/standard_default_build_script_configured_build_hooks.py @@ -37,7 +37,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_build_script_extra_dependencies.py b/tests/helpers/templates/wheel/standard_default_build_script_extra_dependencies.py index 13d2c95b9..5ad08fe31 100644 --- a/tests/helpers/templates/wheel/standard_default_build_script_extra_dependencies.py +++ b/tests/helpers/templates/wheel/standard_default_build_script_extra_dependencies.py @@ -37,7 +37,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 Requires-Dist: binary """, diff --git a/tests/helpers/templates/wheel/standard_default_build_script_force_include.py b/tests/helpers/templates/wheel/standard_default_build_script_force_include.py index d32daf6be..73534e9d3 100644 --- a/tests/helpers/templates/wheel/standard_default_build_script_force_include.py +++ b/tests/helpers/templates/wheel/standard_default_build_script_force_include.py @@ -38,7 +38,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_build_script_force_include_no_duplication.py b/tests/helpers/templates/wheel/standard_default_build_script_force_include_no_duplication.py index 2ec64023d..fe03316fd 100644 --- a/tests/helpers/templates/wheel/standard_default_build_script_force_include_no_duplication.py +++ b/tests/helpers/templates/wheel/standard_default_build_script_force_include_no_duplication.py @@ -37,7 +37,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_extra_metadata.py b/tests/helpers/templates/wheel/standard_default_extra_metadata.py index 614d09ff6..57c1262ba 100644 --- a/tests/helpers/templates/wheel/standard_default_extra_metadata.py +++ b/tests/helpers/templates/wheel/standard_default_extra_metadata.py @@ -38,7 +38,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_license_multiple.py b/tests/helpers/templates/wheel/standard_default_license_multiple.py index 7a330a70c..0cdcb2fb5 100644 --- a/tests/helpers/templates/wheel/standard_default_license_multiple.py +++ b/tests/helpers/templates/wheel/standard_default_license_multiple.py @@ -39,8 +39,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSES/Apache-2.0.txt -License-File: LICENSES/MIT.txt """, ), )) diff --git a/tests/helpers/templates/wheel/standard_default_license_single.py b/tests/helpers/templates/wheel/standard_default_license_single.py index 066d8e286..2e03998a4 100644 --- a/tests/helpers/templates/wheel/standard_default_license_single.py +++ b/tests/helpers/templates/wheel/standard_default_license_single.py @@ -37,7 +37,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/wheel/standard_default_namespace_package.py b/tests/helpers/templates/wheel/standard_default_namespace_package.py index 331fe4011..5515700a0 100644 --- a/tests/helpers/templates/wheel/standard_default_namespace_package.py +++ b/tests/helpers/templates/wheel/standard_default_namespace_package.py @@ -39,7 +39,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/wheel/standard_default_python_constraint.py b/tests/helpers/templates/wheel/standard_default_python_constraint.py index 611f40ba8..86767f948 100644 --- a/tests/helpers/templates/wheel/standard_default_python_constraint.py +++ b/tests/helpers/templates/wheel/standard_default_python_constraint.py @@ -36,7 +36,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_python_constraint_three_components.py b/tests/helpers/templates/wheel/standard_default_python_constraint_three_components.py index e1efbb359..67e74150c 100644 --- a/tests/helpers/templates/wheel/standard_default_python_constraint_three_components.py +++ b/tests/helpers/templates/wheel/standard_default_python_constraint_three_components.py @@ -36,7 +36,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: ==3.11.4 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_shared_data.py b/tests/helpers/templates/wheel/standard_default_shared_data.py index 3132c32ad..0f1e85724 100644 --- a/tests/helpers/templates/wheel/standard_default_shared_data.py +++ b/tests/helpers/templates/wheel/standard_default_shared_data.py @@ -39,7 +39,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_shared_scripts.py b/tests/helpers/templates/wheel/standard_default_shared_scripts.py index b89c997bd..7f1ed2853 100644 --- a/tests/helpers/templates/wheel/standard_default_shared_scripts.py +++ b/tests/helpers/templates/wheel/standard_default_shared_scripts.py @@ -74,7 +74,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_default_single_module.py b/tests/helpers/templates/wheel/standard_default_single_module.py index 00da83449..63a88494c 100644 --- a/tests/helpers/templates/wheel/standard_default_single_module.py +++ b/tests/helpers/templates/wheel/standard_default_single_module.py @@ -34,7 +34,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/wheel/standard_default_symlink.py b/tests/helpers/templates/wheel/standard_default_symlink.py index c328eafe8..7998e06ec 100644 --- a/tests/helpers/templates/wheel/standard_default_symlink.py +++ b/tests/helpers/templates/wheel/standard_default_symlink.py @@ -37,7 +37,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Python: >3 """, ), diff --git a/tests/helpers/templates/wheel/standard_editable_exact.py b/tests/helpers/templates/wheel/standard_editable_exact.py index 25d574091..c0414119f 100644 --- a/tests/helpers/templates/wheel/standard_editable_exact.py +++ b/tests/helpers/templates/wheel/standard_editable_exact.py @@ -44,7 +44,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Dist: editables~=0.3 """, ), diff --git a/tests/helpers/templates/wheel/standard_editable_exact_extra_dependencies.py b/tests/helpers/templates/wheel/standard_editable_exact_extra_dependencies.py index 5d25e809a..3d2ebc59c 100644 --- a/tests/helpers/templates/wheel/standard_editable_exact_extra_dependencies.py +++ b/tests/helpers/templates/wheel/standard_editable_exact_extra_dependencies.py @@ -44,7 +44,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Dist: binary Requires-Dist: editables~=0.3 """, diff --git a/tests/helpers/templates/wheel/standard_editable_exact_force_include.py b/tests/helpers/templates/wheel/standard_editable_exact_force_include.py index 50e9dc684..28851d512 100644 --- a/tests/helpers/templates/wheel/standard_editable_exact_force_include.py +++ b/tests/helpers/templates/wheel/standard_editable_exact_force_include.py @@ -45,7 +45,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Dist: editables~=0.3 """, ), diff --git a/tests/helpers/templates/wheel/standard_editable_pth.py b/tests/helpers/templates/wheel/standard_editable_pth.py index bb6eb04ce..c772a9f5d 100644 --- a/tests/helpers/templates/wheel/standard_editable_pth.py +++ b/tests/helpers/templates/wheel/standard_editable_pth.py @@ -36,7 +36,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/wheel/standard_editable_pth_extra_dependencies.py b/tests/helpers/templates/wheel/standard_editable_pth_extra_dependencies.py index 8319e36a8..889f3632e 100644 --- a/tests/helpers/templates/wheel/standard_editable_pth_extra_dependencies.py +++ b/tests/helpers/templates/wheel/standard_editable_pth_extra_dependencies.py @@ -36,7 +36,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt Requires-Dist: binary """, ), diff --git a/tests/helpers/templates/wheel/standard_editable_pth_force_include.py b/tests/helpers/templates/wheel/standard_editable_pth_force_include.py index 9c46c46e1..ca76d2618 100644 --- a/tests/helpers/templates/wheel/standard_editable_pth_force_include.py +++ b/tests/helpers/templates/wheel/standard_editable_pth_force_include.py @@ -37,7 +37,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/wheel/standard_entry_points.py b/tests/helpers/templates/wheel/standard_entry_points.py index 4c97d9e8d..9c0ae6482 100644 --- a/tests/helpers/templates/wheel/standard_entry_points.py +++ b/tests/helpers/templates/wheel/standard_entry_points.py @@ -45,7 +45,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/wheel/standard_no_strict_naming.py b/tests/helpers/templates/wheel/standard_no_strict_naming.py index d02eefed8..2fb936946 100644 --- a/tests/helpers/templates/wheel/standard_no_strict_naming.py +++ b/tests/helpers/templates/wheel/standard_no_strict_naming.py @@ -37,7 +37,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/wheel/standard_only_packages_artifact_override.py b/tests/helpers/templates/wheel/standard_only_packages_artifact_override.py index 25c1721c5..d2bf6ca2a 100644 --- a/tests/helpers/templates/wheel/standard_only_packages_artifact_override.py +++ b/tests/helpers/templates/wheel/standard_only_packages_artifact_override.py @@ -40,7 +40,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), )) diff --git a/tests/helpers/templates/wheel/standard_tests.py b/tests/helpers/templates/wheel/standard_tests.py index 7ff087fd9..9171811fd 100644 --- a/tests/helpers/templates/wheel/standard_tests.py +++ b/tests/helpers/templates/wheel/standard_tests.py @@ -37,7 +37,6 @@ def get_files(**kwargs): Metadata-Version: {DEFAULT_METADATA_VERSION} Name: {kwargs['project_name']} Version: 0.0.1 -License-File: LICENSE.txt """, ), ))