-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (27 loc) · 774 Bytes
/
setup.cfg
File metadata and controls
29 lines (27 loc) · 774 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
[metadata]
name = stm_layout
version = 0.1.4
author = Terry Greeniaus
author_email = terrygreeniaus@gmail.com
description = Curses-based tool for configuring STM32 pins.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = stm32 modm-devices pin pinout
url = https://github.com/tgree/stm_layout
license = License :: OSI Approved :: MIT License
classifiers =
Operating System :: POSIX
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
[options]
python_requires = >=3.6
packages =
stm_layout
stm_layout.tk
install_requires =
modm-devices
tgcurses
[options.entry_points]
console_scripts =
stm_layout = stm_layout.stm_layout:_main
stm_layout_tk = stm_layout.stm_layout_tk:_main