-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (24 loc) · 700 Bytes
/
Copy pathsetup.cfg
File metadata and controls
27 lines (24 loc) · 700 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
[metadata]
name = mmctester
description = Test utility for MMC development
license = Apache License 2.0
long_description = file: README.md
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
include_package_data = False
install_requires =
pyserial
python-ipmi
[options.packages.find]
exclude = mmctester-board
[options.entry_points]
console_scripts =
mmctester = mmctester.main:main
mmccommandstester = mmctester.commandstester:main