-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsetup.cfg
48 lines (45 loc) · 1.53 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
[metadata]
name = eyegrade
description = "Grade MCQ exams with a webcam"
long_description = file: README.md
long_description_content_type = text/markdown
version = 1.0dev1
author = Jesus Arias Fisteus
author_email = [email protected]
url = https://www.eyegrade.org/
classifiers =
Development Status :: 5 - Production/Stable
Environment :: X11 Applications :: Qt
Intended Audience :: Education
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: Spanish
Natural Language :: English
Natural Language :: Galician
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3 :: Only
Topic :: Education
[options]
install_requires =
opencv-python-headless
openpyxl
PyQt6
setup_requires =
setuptools >= 59.4.0
python_requires = >= 3.9
packages = find:
test_suite = tests.get_tests
[options.package_data]
eyegrade = data/*, data/svm/*, data/locale/*/LC_MESSAGES/eyegrade.mo
[options.entry_points]
gui_scripts =
eyegrade = eyegrade.eyegrade:main
console_scripts =
eyegrade-create = eyegrade.create.create:main