Skip to content
Open
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[build-system]
build-backend = "_own_version_helper:build_meta"
requires = [
"setuptools>=61",
"setuptools>=77.0.3",
'tomli<=2.0.2; python_version < "3.11"',
]
backend-path = [
Expand All @@ -15,15 +15,15 @@ backend-path = [
name = "setuptools-scm"
description = "the blessed package to manage your versions by scm tags"
readme = "README.md"
license.file = "LICENSE"
license = "MIT"
license-files = ["LICENSE"]
authors = [
{name="Ronny Pfannschmidt", email="[email protected]"}
]
requires-python = ">=3.8"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
Expand Down
Loading