-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (54 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[metadata]
name = ak_frame_extractor
version = 1.3
author = Juan Carlos Miranda, Jordi Gene-Mola, Jaume Arno, Eduard Gregorio
description = Python-based GUI tool to extract frames from video files produced with Azure Kinect cameras.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/GRAP-UdL-AT/ak_frame_extractor
project_urls =
Bug Tracker = https://github.com/GRAP-UdL-AT/ak_frame_extractor/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
pip==23.2.1
altgraph==0.17.3
build==0.10.0
colorama==0.4.6
future==0.18.3
lxml==4.9.2
numpy==1.24.2
opencv-python==4.7.0.68
packaging==23.0
pandas==1.5.3
pefile==2022.5.30
pep517==0.12.0
Pillow==9.4.0
pyinstaller==5.7.0
pyinstaller-hooks-contrib==2022.15
pyk4a==1.5.0
pyparsing==3.0.9
python-dateutil==2.8.2
python-version==0.0.2
pytz==2022.7.1
pywin32-ctypes==0.2.0
scipy==1.10.1
six==1.16.0
tomli==2.0.1
[options.packages.find]
where = src
[options.package_data]
# If any package or subpackage contains *.txt or *.rst files, include them:
* = *.txt, *.rst, *.md
# Include any *.dat files found in the "data" subdirectory of the "my_app_name"
# package:
ak_frame_extractor = conf/*.conf
gui_frame_ext = assets/*.png