remove setup.py

This commit is contained in:
ricterz
2025-01-08 09:35:44 +08:00
parent 0cb2411955
commit d74fd103f0
5 changed files with 6 additions and 44 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nhentai"
version = "0.5.17"
version = "0.5.17.2"
description = "nhentai doujinshi downloader"
authors = ["Ricter Z <ricterzheng@gmail.com>"]
license = "MIT"
@ -20,3 +20,6 @@ httpx = "0.27.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
nhentai = 'nhentai.command:main'