-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (32 loc) · 855 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
27
28
29
30
31
32
33
34
[metadata]
name = pydfu
description = Python Device Firmware Upgrade (DFU)
long_description = file: README.md
long_description_content_type = text/markdown
author = Ryan Persée
license = GPL-3.0-or-later
classifiers =
Development Status :: Beta
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
url = https://github.com/rpersee/pydfu
project_urls =
Code=https://github.com/rpersee/pydfu
[options]
package_dir =
=src
packages = find:
python_requires = >=3.9
install_requires =
pyudev~=0.23.2
fastapi~=0.75.0
pydantic~=1.9.0
uvicorn>0.15.0
python-multipart~=0.0.5
sse-starlette~=0.10.3
aiofiles~=0.8.0
[options.packages.find]
where = src