This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (45 loc) · 1.44 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
[metadata]
name = ignition_api
version = attr: system.__version__.__package_version__
description = Ignition Scripting API
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
url = https://ignition-api.github.io/7.9
author = César Román
author_email = [email protected]
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Manufacturing
License :: OSI Approved :: MIT License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2 :: Only
Programming Language :: Python :: 2.7
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Testing :: Mocking
keywords =
hmi
ignition
inductive automation
scada
project_urls =
Documentation = https://docs.inductiveautomation.com/display/DOC79/Scripting+Functions
Funding = https://github.com/sponsors/thecesrom
Source = https://github.com/ignition-api/7.9
Tracker = https://github.com/ignition-api/7.9/issues
[options]
packages = find:
install_requires =
typing
python_requires = ==2.7.18
package_dir =
=src
[options.packages.find]
where = src