-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
41 lines (38 loc) · 1.06 KB
/
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
35
36
37
38
39
40
41
[metadata]
name = redrawing
version = 1.0.3
author = ReDrawing Campinas
author_email = redrawing.campinas@cti.gov.br
description = Python package provinding tools for artistic interactive applications using AI
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ReDrawing/redrawing
project_urls =
Bug Tracker = https://github.com/ReDrawing/redrawing/issues
Documentation = https://redrawing.github.io/docs/
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Artistic Software
Topic :: Scientific/Engineering :: Artificial Intelligence
License :: OSI Approved :: MIT License
license_files = LICENSE.md
license = MIT License
[options]
include_package_data = True
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
numpy
scipy
matplotlib
opencv-python
depthai >= 2.9.0
open3d
[options.extras_require]
LightweightOpenPose = torch
[options.packages.find]
where = src