1
0
Fork 0

revert to manual versioning

This commit is contained in:
Nathan Price 2025-01-05 17:31:28 -05:00
parent 3577bf15ce
commit 11dc90acb8
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg
3 changed files with 6 additions and 1019 deletions

View file

@ -1 +0,0 @@
__version__ = "0.0.0"

1003
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,14 +5,15 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python",
]
description = ""
description = "Stupid simple notifications library."
exclude = ["tests"]
include = ["LICENSE"]
license = "MIT"
name = "envoyer"
packages = [{ include = "envoyer" }]
readme = "README.md"
repository = "https://forgejo.gravityfargo.dev/gravityfargo/envoyer"
version = "0.0.0"
version = "1.0.0"
[tool.poetry.dependencies]
python = "^3.12"
@ -22,7 +23,6 @@ rich = "^13.9.4"
[tool.poetry.group.dev.dependencies]
mypy = "^1.13.0"
poetry-dynamic-versioning = { extras = ["plugin"], version = "^1.4.1" }
pytest = "^8.3.3"
pytest-cov = "^6.0.0"
python-dotenv = "^1.0.1"
@ -30,19 +30,8 @@ ruff = "^0.8.5"
types-requests = "^2.32.0.20241016"
[build-system]
build-backend = "poetry_dynamic_versioning.backend"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
[tool.poetry-dynamic-versioning]
enable = true
style = "semver"
vcs = "git"
[tool.poetry-dynamic-versioning.files."envoyer/_version.py"]
initial-content = """
__version__ = "0.0.0"
"""
persistent-substitution = true
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]
[tool.pytest.ini_options]