28 lines
445 B
INI
28 lines
445 B
INI
[metadata]
|
|
name = comic_download
|
|
version = 0.2.1
|
|
|
|
[options]
|
|
package_dir=
|
|
=src
|
|
zip_safe = False
|
|
packages = find:
|
|
include_package_data = True
|
|
install_requires =
|
|
requests
|
|
beautifulsoup4
|
|
lxml
|
|
pillow
|
|
atproto
|
|
pycryptodome
|
|
|
|
[options.packages.find]
|
|
where=src
|
|
|
|
[options.package_data]
|
|
comic_download = *.ttf
|
|
* = README.md, LICENSE
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
executable-name = comic_download.__main__:__main__ |