Skip to content
Open
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name = "spin"
requires-python = ">=3.10" # Oldest non-EOL Python here
description = "Developer tool for scientific Python libraries"
readme = "README.md"
license = {file = "LICENSE"}
license = "BSD-3-Clause"
license-files = ["LICENSE"]
maintainers = [
{name = "Scientific Python", email = "spin@discuss.scientific-python.org"}
]
Expand All @@ -12,7 +13,6 @@ classifiers = [
"Programming Language :: Python",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
Expand Down