forked from gbiggs/rtctree
-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
27 lines (24 loc) · 928 Bytes
/
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
[metadata]
name = rtctree-aist
version = attr: rtctree.__init__.RTCTREE_VERSION
author = Geoffrey Biggs, Noriaki Ando
author_email = n-ando@aist.go.jp
license = LGPL3
description = API for interacting with running RT Components and managing RTM-based systems.
url = https://github.com/OpenRTM/rtctree
long_description = API for interacting with running RT Components and managing RTM-based systems.
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development
[options]
packages = find:
zip_safe = True
include_package_data = True