Update pyproject.toml

This commit is contained in:
2024-07-03 11:54:23 +03:00
parent 0da005b652
commit d0802b9e52

View File

@@ -1,11 +1,3 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.sdist]
include = []
exclude = []
[project] [project]
name = "validator" name = "validator"
version = "2.0" version = "2.0"
@@ -15,7 +7,23 @@ authors = [
maintainers = [ maintainers = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" }, { name="RemiZOffAlex", email="remizoffalex@gmail.com" },
] ]
description = "" description = "Валидатор"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
keywords = ["data validation", "validator", "validation"] keywords = ["data validation", "validator", "validation"]
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.sdist]
include = []
exclude = []