Skip to content

Commit d07c8a1

Browse files
authored
Merge pull request #630 from neutrinoceros/mnt/pep639
MNT: drop deprecated License classifier, update related metadata (PEP 639)
2 parents 9c54cdf + a90aba5 commit d07c8a1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include LICENSE.rst
21
include README.rst
32
include CHANGES.rst
43

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name = "astroplan"
33
authors = [
44
{ name = "Astroplan developers", email = "astropy-dev@googlegroups.com" }
55
]
6-
license = { text = "BSD-3-Clause" }
6+
license = "BSD-3-Clause"
7+
license-files = ["LICENSE.rst", "licenses/*.rst"]
78
description = "Observation planning package for astronomers"
89
classifiers = [
910
"Intended Audience :: Science/Research",
10-
"License :: OSI Approved :: BSD License",
1111
"Operating System :: OS Independent",
1212
"Programming Language :: Python :: 3",
1313
"Programming Language :: Python :: Implementation :: CPython",
@@ -60,7 +60,6 @@ Documentation = "https://astroplan.readthedocs.io/en/latest/"
6060
[tool.setuptools]
6161
zip-safe = false
6262
include-package-data = true
63-
license-files = ["LICENSE.rst", "licenses/*.rst"]
6463

6564
[tool.setuptools.packages.find]
6665
namespaces = true
@@ -74,7 +73,7 @@ namespaces = true
7473
write_to = "astroplan/_version.py"
7574

7675
[build-system]
77-
requires = ["setuptools",
76+
requires = ["setuptools>=77.0.1",
7877
"setuptools_scm"]
7978
build-backend = "setuptools.build_meta"
8079

0 commit comments

Comments
 (0)