diff --git a/lncrawl/VERSION b/lncrawl/VERSION index c1e43e6d4..0833a98f1 100644 --- a/lncrawl/VERSION +++ b/lncrawl/VERSION @@ -1 +1 @@ -3.7.3 +3.7.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index 26b49ff24..6f56f548e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ wheel black flake8 pyinstaller -setuptools<=60.0.0 +setuptools>=70.0.0 pycryptodome>=3.0.0,<4.0.0 # cryptography<=3.3.2 # win_unicode_console~=0.5 diff --git a/requirements.txt b/requirements.txt index 8b436a308..379e6999f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ black flake8 tk-tools pyinstaller -setuptools<=60.0.0 +setuptools>=70.0.0 # cryptography<=3.3.2 # cssutils>=1.0.0,<2.7.0 # win_unicode_console~=0.5 diff --git a/setup.cfg b/setup.cfg index af0e07476..8c2a2e6d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Games/Entertainment Environment :: Console project_urls = @@ -38,6 +39,7 @@ include_package_data = True [options.entry_points] console_scripts = lncrawl = lncrawl:main + lightnovel_crawler = lncrawl:main lightnovel-crawler = lncrawl:main [flake8]