project file updated

This commit is contained in:
Nicolas 2025-04-14 00:50:01 +02:00
parent 60efb4a7da
commit e91c70880b
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "pyladoc"
version = "1.0.0"
version = "1.1.0"
authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
]
@ -13,8 +13,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"markdown>=3.3.0",
"beautifulsoup4>=4.9.1"
"markdown>=3.3.0"
]
[project.optional-dependencies]
@ -41,7 +40,6 @@ where = ["src"]
[tool.setuptools.package-data]
pyladoc = ["templates/*"]
[tool.mypy]
files = ["src"]
strict = true