mirror of
https://github.com/jo1gi/grawlix.git
synced 2026-03-29 15:09:59 -06:00
Fix pyproject.toml
This commit is contained in:
parent
4c32ac847f
commit
84dce7c616
@ -25,13 +25,12 @@ dependencies = [
|
||||
dynamic = ["version"]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://github.com/jo1gi/ebook-dl"
|
||||
"Bugtracker" = "https://github.com/jo1gi/ebook-dl/issues"
|
||||
"Homepage" = "https://github.com/jo1gi/grawlix"
|
||||
"Bugtracker" = "https://github.com/jo1gi/grawlix/issues"
|
||||
|
||||
[project.scripts]
|
||||
grawlix = "grawlix.__main__:run"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
@ -41,7 +40,7 @@ build-backend = "setuptools.build_meta"
|
||||
version = {attr = "grawlix.__version__"}
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
mypkg = ["*.txt"]
|
||||
grawlix = ["*.txt"]
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user