-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (31 loc) · 913 Bytes
/
setup.cfg
File metadata and controls
34 lines (31 loc) · 913 Bytes
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
[metadata]
name = lauterbach-trace32-rcl
version = attr: lauterbach.trace32.rcl.__version__
description = Lauterbach TRACE32 Python Remote Control Library
long_description = file: README.md
long_description_content_type=text/markdown
url = https://www.lauterbach.com
author = Lauterbach GmbH
author_email = support@lauterbach.com
maintainer = Lauterbach GmbH
maintainer_email = support@lauterbach.com
license = MIT
license_file = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Software Development :: Debuggers
Intended Audience :: Developers
# project_urls =
# Documentation = ...
[options]
packages = find_namespace:
package_dir =
= src
[options.packages.find]
# include = lauterbach.trace32.rcl
where = src
[options.package_data]
* = py.typed