-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
27 lines (26 loc) · 935 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
# setup.cfg file at the root directory
[metadata]
name = pcf8591-library
version = 0.0.3
author = Renzo Mischianti
description = PCF8591 micropython library for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266
long_description = MicroPython library to use pcf8591 i2c analog IC with Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266. Can read analog value and write analog value with only 2 wire.
url = https://github.com/xreef/PCF8591_micropython_library
keywords = analog, micropython, i2c, expander, pcf8591, esp32, esp8266, stm32, SAMD, Arduino, wire, Raspberry, rp2040
[options]
python_requires = >=3.7
# install_requires =
# pandas
# [options.extras_require]
# test =
# pytest
# coverage
[options.package_data]
sample = ['examples/*']
[options.packages.find]
where = src
# [options.entry_points]
# console_scripts =
# sample=sample:main
# [bdist_wheel]
# universal = 1