initial commit
This commit is contained in:
35
setup.cfg
Normal file
35
setup.cfg
Normal file
@@ -0,0 +1,35 @@
|
||||
[metadata]
|
||||
name = jimaku-dl
|
||||
version = 0.1.0
|
||||
author = InsaneDesperado
|
||||
author_email = insane@lmaoxd.lol
|
||||
description = Download japanese anime subtitles from Jimaku
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://github.com/InsaneDesperado/jimaku-dl
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/InsaneDesperado/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
|
||||
Reference in New Issue
Block a user