ccaptchas/setup.cfg

32 lines
657 B
INI

[metadata]
name = ccaptchas
version = 0.1.2
author = Daniil Fajnberg
author_email = mail@daniil.fajnberg.de
description = Character CAPTCHA Solver
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.fajnberg.de/daniil/ccaptchas
project_urls =
Bug Tracker = https://git.fajnberg.de/daniil/ccaptchas/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
install_requires =
numpy
[options.extras_require]
dev =
coverage
plt =
matplotlib
[options.packages.find]
where = src