update pyproject.toml

This commit is contained in:
Denis-Cosmin NUTIU 2023-06-03 16:29:54 +03:00
parent e1034b23d6
commit 47a32569a9

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "jekyll-to-hugo"
version = "0.0.3"
version = "0.0.5"
authors = [
{ name="Denis Nutiu", email="nuculabs@outlook.com" },
]
@ -23,6 +23,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
"beautifulsoup4>=4.12, <5",
"PyYAML",
"soupsieve>=2.4, <3",
"pydantic>=1.10, <2",
]
[project.scripts]
jekyll-to-hugo = "main:main"