Skip to content

Commit

Permalink
update project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gisellerosetta committed Jan 8, 2025
1 parent 71e83b4 commit 324b62f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[build-system]
requires = ["setuptools", "setuptools_scm"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_scheme = "only-version"
local_scheme = "no-local-version"

[tool.setuptools.packages.find]
exclude = ["test"]

Expand All @@ -17,7 +13,7 @@ authors = [
maintainers = [
{name = "Analysis Standards and Pipelines", email = "[email protected]"}
]
dynamic = ["version"]
version = "1.2.0"
requires-python = '>=3.7'
description = 'Simplifying good practice in statistical tables.'
readme = "README.rst"
Expand Down

0 comments on commit 324b62f

Please sign in to comment.