jimaku-dl/setup.cfg
sudacode ad11faf1b0
Some checks failed
Tests / test (ubuntu-latest, 3.8) (push) Failing after 24m2s
Tests / test (ubuntu-latest, 3.10) (push) Failing after 24m4s
Tests / test (ubuntu-latest, 3.9) (push) Failing after 10m52s
Tests / test (macos-latest, 3.10) (push) Has been cancelled
Tests / test (macos-latest, 3.8) (push) Has been cancelled
Tests / test (macos-latest, 3.9) (push) Has been cancelled
Tests / test (windows-latest, 3.10) (push) Has been cancelled
Tests / test (windows-latest, 3.8) (push) Has been cancelled
Tests / test (windows-latest, 3.9) (push) Has been cancelled
update
2025-03-08 23:52:40 -08:00

36 lines
907 B
INI

[metadata]
name = jimaku-dl
version = 0.1.2
author = sudacode
author_email = suda@sudacode.com
description = Download japanese anime subtitles from Jimaku
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ksyasuda/jimaku-dl
project_urls =
Bug Tracker = https://github.com/ksyasuda/jimaku-dl/issues
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Multimedia :: Video
Topic :: Utilities
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
requests>=2.25.0
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
jimaku-dl = jimaku_dl.cli:main