Updates the version.

This commit is contained in:
2025-12-02 10:30:00 -07:00
parent d7cdd28f96
commit 73e0476bc6
2 changed files with 29 additions and 1 deletions

28
setup.cfg Normal file
View File

@@ -0,0 +1,28 @@
[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__