Skip to content

Commit

Permalink
Add toml
Browse files Browse the repository at this point in the history
This will supposedly deduce the version number from the tag of the last commit, which is supposedly set as part of GitHub's Release system
  • Loading branch information
Gouvernathor committed May 2, 2024
1 parent 476eec3 commit c48a5f7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[project]
dynamic = ["version"]
name = "ParliamentArch"
requires-python = ">= 3.12"
authors = [
{name = "Gouvernathor"}
]
description = "Generation of arch-styled parliamentary arches"
readme = "README.rst"
license = {file = "LICENSE"}

[project.urls]
Repository = "https://github.com/Gouvernathor/parliamentarch"

[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

0 comments on commit c48a5f7

Please sign in to comment.