-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
51 lines (48 loc) · 1.22 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
[metadata]
name = vnc-automate
author = Univention GmbH
author_email = [email protected]
description = GUI test framework for Python
long_description = file:README.md
long_description_content_type = "text/markdown"
url = https://git.knut.univention.de/univention/vnc-automate/
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: GNU Affero General Public License v3
Operating System :: POSIX :: Linux
Topic :: Software Development :: Testing
license = GNU Affero General Public License v3
license_files =
debian/copyright
platforms=
any
[options]
zip_safe = False
# scripts =
package_dir =
=src
packages =
vncautomate
setup_requires =
setuptools>=18.0
cython==3.0.10
install_requires =
numpy==1.26.4
Pillow
scipy
Twisted
vncdotool>=1.2.0
lxml
PyYAML
# tests_require =
# test_suite =
[options.entry_points]
console_scripts =
vnc-automate = vncautomate.cli:main