forked from VOLTTRON/volttron-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (41 loc) · 1.48 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
[metadata]
name = volttron-client
description = "VOLTTRON client library to connect to volttron servers"
description_file = README.md
description_content_type = text/markdown
author = The VOLTTRON Team
author_email = [email protected]
license = Apache 2
keywords = volttron, zmq, utilities
project_urls =
Bug Reports = https://github.com/VOLTTRON/volttron-utils/issues
Source = https://github.com/VOLTTRON/volttron-utils/
# Classifiers help users find your project by categorizing it.
#
# For a list of valid classifiers, see https://pypi.org/classifiers/
classifiers=
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
Development Status :: 3 - Alpha
# Indicate who your project is intended for
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Home Automation
Topic :: Software Development :: Embedded Systems
# Pick your license as you wish
License :: OSI Approved :: Apache Software License
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
# These classifiers are *not* checked by 'pip install'. See instead
# 'python_requires' below.
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
volttron
[entry_points]
console_scripts =
vctl = volttron.commands.control:main
volttron-ctl = volttron.commands.control:main