Skip to content

Commit 7fe7b07

Browse files
committed
MNT: drop deprecated License classifier, update related metadata (PEP 639)
1 parent 469e31f commit 7fe7b07

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,4 +1,3 @@
1-
include LICENSE.rst
21
include README.rst
32
include CHANGES.rst
43
include pyproject.toml

pyproject.toml

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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name = pytest-filter-subpackage
33
url = https://github.com/astropy/pytest-filter-subpackage
44
author = The Astropy Developers
55
author_email = [email protected]
6+
license = BSD-3-Clause
7+
license_files = LICENSE.rst
68
classifiers =
79
Development Status :: 5 - Production/Stable
810
Framework :: Pytest
911
Intended Audience :: Developers
10-
License :: OSI Approved :: BSD License
1112
Operating System :: OS Independent
1213
Programming Language :: Python
1314
Programming Language :: Python :: 3
@@ -18,7 +19,6 @@ classifiers =
1819
Programming Language :: Python :: 3.12
1920
Topic :: Software Development :: Testing
2021
Topic :: Utilities
21-
license = BSD
2222
description = Pytest plugin for filtering based on sub-packages
2323
long_description = file: README.rst
2424
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)