Skip to content

Commit be75297

Browse files
committed
MNT: drop deprecated License classifier, update related metadata (PEP 639)
1 parent c0f73c8 commit be75297

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include README.rst
22
include CHANGES.rst
3-
include LICENSE.rst
43

54
include setup.cfg
65
include pyproject.toml

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
2-
requires = ["setuptools>=30.3.0",
2+
requires = ["setuptools>=77.3.1",
33
"setuptools_scm>=8.0.0",
4-
"wheel"]
4+
]
55
build-backend = 'setuptools.build_meta'
66

77
[tool.setuptools_scm]

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ classifiers =
88
Programming Language :: Python
99
Programming Language :: Python :: 3
1010
Operating System :: OS Independent
11-
License :: OSI Approved :: BSD License
12-
license = BSD
11+
license = BSD-3-Clause
12+
license_files = LICENSE.rst
1313
description = Sphinx extensions and configuration specific to the Astropy project
1414
long_description = file: README.rst
1515
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)