Skip to content

Commit

Permalink
use setuptools-scm in pythonproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Totzke committed Aug 13, 2024
1 parent a3cf5b4 commit faa0fc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ build-backend = "setuptools.build_meta"

[project]
name = "alot"
version = "0.10"
description = "Terminal MUA using notmuch mail"
authors = [
{name="Patrick Totzke", email="[email protected]"}
Expand All @@ -14,6 +13,7 @@ maintainers = [
{name="Lucas Hoffmann"},
]
readme = "README.md"
dynamic = ["version"]
requires-python = ">=3.8"
license = { text = "GPL-3.0-or-later" }
classifiers = [
Expand Down Expand Up @@ -49,3 +49,5 @@ Issues = "https://github.com/pazz/alot/issues"

[tool.setuptools.packages.find]
include = ["alot*"]

[tool.setuptools_scm]

0 comments on commit faa0fc3

Please sign in to comment.