-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (26 loc) · 1.02 KB
/
setup.cfg
File metadata and controls
27 lines (26 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
# setup.cfg file at the root directory
[metadata]
name = ebyte-lora-e32-rpi
version = 0.0.3
author = Renzo Mischianti
description="Ebyte E32 LoRa raspberrypi library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.",
long_description="Ebyte E32 LoRa raspberrypi library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.",
url = https://github.com/xreef/EByte_LoRa_E32_raspberrypi_library
keywords = LoRa, UART, EByte, RaspberryPi, sx1278, sx1276
[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