mirror of
https://github.com/jo1gi/grawlix.git
synced 2026-03-30 07:29:50 -06:00
Merge branch 'master' of github.com:jo1gi/grawlix
This commit is contained in:
commit
c53ec27dc8
@ -25,12 +25,11 @@ 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]
|
||||
audiobook-dl = "grawlix.__main__:run"
|
||||
|
||||
grawlix = "grawlix.__main__:run"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "setuptools-scm"]
|
||||
@ -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