update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = jimaku-dl
|
||||
version = 0.1.2
|
||||
version = 0.1.40.1.4
|
||||
author = sudacode
|
||||
author_email = suda@sudacode.com
|
||||
description = Download japanese anime subtitles from Jimaku
|
||||
@@ -14,18 +14,21 @@ classifiers =
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.13
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
Topic :: Multimedia :: Video
|
||||
Topic :: Utilities
|
||||
|
||||
[options]
|
||||
package_dir =
|
||||
= src
|
||||
package_dir =
|
||||
= src
|
||||
packages = find:
|
||||
python_requires = >=3.8
|
||||
install_requires =
|
||||
requests>=2.25.0
|
||||
guessit>=3.4.0
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
||||
Reference in New Issue
Block a user