update pyproject.toml
This commit is contained in:
parent
e1034b23d6
commit
47a32569a9
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue