-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
31 lines (27 loc) · 858 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
# Autogenerated by https://github.com/BarnabyShearer/meta
[metadata]
name = pynfc
description = `ctypeslib` converted libnfc and libfreefare.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = Desfire Mifare NFC RFID
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/pynfc
Tracker = https://github.com/BarnabyShearer/pynfc/issues
Documentation = https://pynfc.readthedocs.io/en/latest/
[options]
packages = find:
install_requires =
typing; python_version < "3"
python_requires = >=2.7
[options.package_data]
* = py.typed, *.c, *.h
[bdist_wheel]
universal=1