-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
62 lines (57 loc) · 1.39 KB
/
setup.cfg
File metadata and controls
62 lines (57 loc) · 1.39 KB
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
59
60
61
62
[metadata]
name = SCTimeUtility
version = 1.1
author= Charles Andrews Andrew Tapia Tanner Coffman Parker Back
author_email= N/A
description = Timing Utility for tracking lap times.
url= Team3.me
platform = Windows, Linux, Mac OS
keywords = Solar Car, Solar, Car, Timing Utility, Timing, Utility
classifiers =
Programming Language :: Python :: 3.6
[options]
zip_safe = False
packages=
SCTimeUtility
SCTimeUtility/resources
SCTimeUtility/app
SCTimeUtility/graph
SCTimeUtility/log
SCTimeUtility/system
SCTimeUtility/table
SCTimeUtility/video
include_package_data=True
install_requires =
numpy >= 1.15.4
matplotlib >= 2.2.3
PyQt5 >= 5.6.0
pytimeparse >= 1.1.8
opencv-contrib-python >= 3.4.3
pywin32 >= 1.0; platform_system == "Windows"
tesseract >= 0.1.3
imutils >= 0.5.2
pyinstaller >= 3.4
[options.packages.find]
exclude =
*.tests
*.tests.*
tests.*
tests
[bdist_wheel]
universal = 1
[bdist_rpm]
release = 1
group= Team 3 (Charles Andrews Andrew Tapia Tanner Coffman Parker Back)
packager = Charles Andrews <cjan225@g.uky.edu>
doc_files = CHANGES.txt
README.md
manuals/
requires =
numpy >= 1.15.4
matplotlib >= 2.2.3
PyQt5 >= 5.6.0
pytimeparse >= 1.1.8
opencv-contrib-python >= 3.4.3
pywin32 >= 1.0; platform_system == "Windows"
tesseract >= 0.1.3
pyinstaller >= 3.4