Skip to content

Commit 99880ba

Browse files
committed
MAINT: update pyproject.toml
1 parent e6a89e3 commit 99880ba

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "scpdt"
7-
authors = [
8-
{name = "Evgeni Burovski et al", email = "[email protected]"}
7+
maintainers = [
8+
{name = "SciPy developers", email = "[email protected]"}
99
]
1010
readme = "README.md"
1111
requires-python = ">=3.8"
1212
license={file = "LICENSE"}
1313
dynamic = ["version", "description"]
1414
classifiers = [
15-
"Private :: Do Not Upload",
15+
"Development Status :: 4 - Beta",
16+
"License :: OSI Approved :: BSD License",
17+
"Intended Audience :: Developers",
1618
"Programming Language :: Python :: 3",
17-
"Framework :: Pytest"
19+
"Framework :: Pytest",
1820
]
1921
dependencies = [
2022
"numpy>=1.19.5",
@@ -36,4 +38,4 @@ addopts = "--verbose --color=yes"
3638
# specify project entrypoints to make each plugin discoverable by pytest
3739
# ref: https://docs.pytest.org/en/latest/how-to/writing_plugins.html#making-your-plugin-installable-by-others
3840
[project.entry-points.pytest11]
39-
scpdt = "scpdt.plugin"
41+
scpdt = "scpdt.plugin"

0 commit comments

Comments
 (0)