-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
39 lines (34 loc) · 1.02 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
# Autogenerated by https://github.com/BarnabyShearer/meta
[metadata]
name = efm8
description = Flash via AN945: EFM8 Factory Bootloader HID.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = AN945 Bootloader EFM8 HID
author = Barnaby Shearer
author_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: BSD License
Programming Language :: Python :: 2
Programming Language :: Python :: 3
project_urls =
Source = https://github.com/BarnabyShearer/efm8
Tracker = https://github.com/BarnabyShearer/efm8/issues
Documentation = https://efm8.readthedocs.io/en/latest/
[options]
packages = find:
install_requires =
hidapi>=0.7.99.post21
pythoncrc>=1.21
typing; python_version < "3"
python_requires = >=2.7
[options.package_data]
* = py.typed, *.c, *.h
[options.entry_points]
console_scripts =
efm8 = efm8.__main__:main
efm8_read = efm8.__main__:read
u2fzero = efm8.u2fzero:main
[bdist_wheel]
universal=1