Updates the version.
This commit is contained in:
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "comic_download"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
{name = "Markil 3", email = "markil3@singlepilot.net"}
|
||||
]
|
||||
|
||||
28
setup.cfg
Normal file
28
setup.cfg
Normal 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__
|
||||
Reference in New Issue
Block a user