File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- include LICENSE.rst
21include README.rst
32include CHANGES.rst
43include pyproject.toml
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools" ,
2+ requires = [" setuptools>=77.0.1 " ,
33 " setuptools_scm" ,
4- " wheel " ]
4+ ]
55build-backend = ' setuptools.build_meta'
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ name = pytest-filter-subpackage
33url = https://github.com/astropy/pytest-filter-subpackage
44author = The Astropy Developers
556+ license = BSD-3-Clause
7+ license_files = LICENSE.rst
68classifiers =
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
2222description = Pytest plugin for filtering based on sub-packages
2323long_description = file: README.rst
2424long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments