revert to manual versioning
This commit is contained in:
parent
3577bf15ce
commit
11dc90acb8
3 changed files with 6 additions and 1019 deletions
|
@ -1 +0,0 @@
|
|||
__version__ = "0.0.0"
|
1003
poetry.lock
generated
1003
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue