Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
27 lines (26 loc) · 844 Bytes

File metadata and controls

27 lines (26 loc) · 844 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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-e22
version = 0.0.4
author = Renzo Mischianti
description="RaspberryPi LoRa EBYTE E22 device library complete and tested. sx1262/sx1268",
long_description="RaspberryPi Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). LoRa EBYTE E22 device library complete and tested. sx1262/sx1268",
url = https://github.com/xreef/EByte_LoRa_E22_raspberrypi_library
keywords = LoRa, UART, EByte, RaspberryPi, sx1262, sx1268, e22
[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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.