ccaptchas/setup.cfg

31 lines
649 B
INI
Raw Normal View History

2022-05-08 12:45:17 +02:00
[metadata]
name = ccaptchas
version = 0.0.1
2022-05-08 20:53:05 +02:00
author = Daniil Fajnberg
author_email = mail@daniil.fajnberg.de
2022-05-08 12:45:17 +02:00
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
install_requires =
2022-05-08 20:53:05 +02:00
numpy
matplotlib
2022-05-08 12:45:17 +02:00
[options.extras_require]
dev =
coverage
[options.packages.find]
where = src