Files
ComicDownload/setup.cfg
2025-12-02 10:30:00 -07:00

28 lines
445 B
INI

[metadata]
name = comic_download
version = 0.1.0
[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__