Skip to content

Commit

Permalink
docs: use static version instead
Browse files Browse the repository at this point in the history
Trust release-please to keep it up to date
  • Loading branch information
jolars committed Dec 11, 2023
1 parent 6006fd9 commit 6071f9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "sortedl1"
version = "0.1.0"
description = "Sorted L-On Penalized Estimation"
readme = "README.md"
authors = [
Expand All @@ -23,7 +24,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dynamic = ["version"]

[project.urls]
Homepage = "https://jolars.github.io/sortedl1/"
Expand All @@ -44,10 +44,6 @@ sdist.exclude = [".github"]
CMAKE_CXX_STANDARD = "17"
CMAKE_CXX_STANDARD_REQUIRED = "ON"

[tool.scikit-build.metadata.version]
provider = "scikit_build_core.metadata.regex"
input = "sortedl1/__init__.py"

[tool.ruff.lint]
extend-select = [
"I", # sorting
Expand Down

0 comments on commit 6071f9d

Please sign in to comment.