Skip to content

Commit

Permalink
remove setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RicterZ committed Jan 8, 2025
1 parent 0cb2411 commit d74fd10
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 44 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

COPY . .
RUN python setup.py install
RUN pip install .

WORKDIR /output
ENTRYPOINT ["nhentai"]
2 changes: 1 addition & 1 deletion nhentai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.5.17.1'
__version__ = '0.5.17.2'
__author__ = 'RicterZ'
__email__ = '[email protected]'
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nhentai"
version = "0.5.17"
version = "0.5.17.2"
description = "nhentai doujinshi downloader"
authors = ["Ricter Z <[email protected]>"]
license = "MIT"
Expand All @@ -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'
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

38 changes: 0 additions & 38 deletions setup.py

This file was deleted.

0 comments on commit d74fd10

Please sign in to comment.