-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (38 loc) · 1.02 KB
/
setup.cfg
File metadata and controls
42 lines (38 loc) · 1.02 KB
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
[metadata]
name = flashcontainer
version = attr: flashcontainer.packageinfo.__version__
requires_python = ">=3.8"
description = "A tooling for flashable parameter data container generation"
author = Haju Schulz
author_email = haju.schulz@online.de
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license=LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages = find:
package_dir =
=src
include_package_data = True
python_requires = >=3.8
setup_requires =
setuptools_scm
wheel
toml
[options.entry_points]
console_scripts =
pargen = flashcontainer.pargen:pargen_cli
[options.packages.find]
where=src
[options.package_data]
flashcontainer =
pargen_1.0.xsd
Concept.png