fix: console => display
This commit is contained in:
parent
bb8239b5b1
commit
1d024de650
1 changed files with 4 additions and 4 deletions
|
|
@ -3,11 +3,11 @@ build-backend = "flit_core.buildapi"
|
||||||
requires = ["flit_core >=3.8.0,<4"]
|
requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.output_console"
|
name = "rougail.output_display"
|
||||||
version = "0.2.0a20"
|
version = "0.2.0a20"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail output console"
|
description = "Rougail output display"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
@ -29,7 +29,7 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Home = "https://forge.cloud.silique.fr/stove/rougail-output-console"
|
Home = "https://forge.cloud.silique.fr/stove/rougail-output-display"
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
|
|
@ -37,7 +37,7 @@ tag_format = "$version"
|
||||||
version_scheme = "pep440"
|
version_scheme = "pep440"
|
||||||
version_provider = "pep621"
|
version_provider = "pep621"
|
||||||
version_files = [
|
version_files = [
|
||||||
"src/rougail/output_console/__version__.py",
|
"src/rougail/output_display/__version__.py",
|
||||||
"pyproject.toml:version"
|
"pyproject.toml:version"
|
||||||
]
|
]
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue