-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
34 lines (30 loc) · 920 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[metadata]
name = poly2pascal
version = 0.0.5
author = Ruan Pretorius
description = Convert POLYGON bounding boxes from .csv files to .xml annotation files in the Pascal VOC format for computer vision projects.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ruankie/poly2pascal
project_urls =
Documentation = https://ruankie.github.io/poly2pascal/
Source Code = https://github.com/ruankie/poly2pascal
Bug Tracker = https://github.com/ruankie/poly2pascal/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
install_requires =
opencv-python >= 4
geopandas >= 0.10
[options.extras_require]
dev =
pytest >= 7
coverage >= 6
black >= 22
pylint >= 2
jupyterlab >= 3
sphinx >= 5
sphinx_rtd_theme >= 1