Skip to content

Commit cd953cd

Browse files
authored
Merge pull request #135 from neutrinoceros/mnt/pep639
MNT: drop deprecated License classifier, update related metadata (PEP 639)
2 parents df8a488 + 32017c0 commit cd953cd

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
include README.rst
22
include CHANGES.rst
3-
include LICENSE.rst
4-
recursive-include licenses *
53

64
include ah_bootstrap.py
75

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "extension-helpers"
33
authors = [{name = "The Astropy Developers", email = "[email protected]"}]
4-
license = {text = "BSD 3-Clause License"}
4+
license = "BSD-3-Clause"
5+
license-files = ["LICENSE.rst", "licenses/LICENSE_ASTROSCRAPPY.rst"]
56
description = "Utilities for building and installing packages with compiled extensions"
67
readme = "README.rst"
78
classifiers = [
89
"Development Status :: 5 - Production/Stable",
910
"Intended Audience :: Developers",
1011
"Framework :: Setuptools Plugin",
11-
"License :: OSI Approved :: BSD License",
1212
"Operating System :: OS Independent",
1313
"Programming Language :: Python",
1414
"Programming Language :: Python :: 3",
@@ -45,7 +45,6 @@ docs = [
4545
[tool.setuptools]
4646
zip-safe = false
4747
provides = ["extension_helpers"]
48-
license-files = ["LICENSE.rst"]
4948
include-package-data = false
5049

5150
[tool.setuptools.packages]
@@ -92,7 +91,7 @@ exclude_lines = [
9291
]
9392

9493
[build-system]
95-
requires = ["setuptools>=43.0.0",
94+
requires = ["setuptools>=77.0.1",
9695
"setuptools_scm>=6.2"]
9796
build-backend = 'setuptools.build_meta'
9897

0 commit comments

Comments
 (0)