forked from robweber/omni-epd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
45 lines (39 loc) · 1.18 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = omni_epd
version = 0.3.3
author = Rob Weber
author_email = [email protected]
description = An EPD class abstraction to simplify communications across multiple display types.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/robweber/omni-epd
project_urls =
Bug Tracker = https://github.com/robweber/omni-epd/issues
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
[options]
install_requires =
Pillow>=9.1.0
waveshare-epd @ git+https://github.com/waveshare/e-Paper.git#subdirectory=RaspberryPi_JetsonNano/python&egg=waveshare-epd
inky[rpi]>=1.3.1
IT8951 @ git+https://github.com/GregDMeyer/IT8951
package_dir =
= src
packages = find:
python_requires = >=3.7
[options.entry_points]
console_scripts =
omni-epd-test = omni_epd.test_utility:main
[options.extras_require]
dev =
flake8
pytest
[options.packages.find]
where = src
[options.package_data]
omni_epd = didder
[flake8]
max-line-length = 150