Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include LICENSE.rst
include README.rst
include CHANGES.rst
include pyproject.toml
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools",
requires = ["setuptools>=77.0.1",
"setuptools_scm",
"wheel"]
]
build-backend = 'setuptools.build_meta'
7 changes: 2 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name = pytest-filter-subpackage
url = https://github.com/astropy/pytest-filter-subpackage
author = The Astropy Developers
author_email = [email protected]
license = BSD-3-Clause
license_files = LICENSE.rst
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Pytest
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Expand All @@ -18,7 +19,6 @@ classifiers =
Programming Language :: Python :: 3.12
Topic :: Software Development :: Testing
Topic :: Utilities
license = BSD
description = Pytest plugin for filtering based on sub-packages
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down Expand Up @@ -52,6 +52,3 @@ filterwarnings =

[flake8]
max-line-length = 100

[bdist_wheel]
universal = 1
Loading