2021-08-17 17:57:42 +00:00
|
|
|
[metadata]
|
|
|
|
name = pscheck
|
2021-09-01 13:56:48 +00:00
|
|
|
version = 1.1.1
|
2021-08-17 17:57:42 +00:00
|
|
|
long_description = file: README.rst
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
description = Vérificateur de pass sanitaire
|
|
|
|
maintainer = Ÿnérant
|
|
|
|
maintainer_email = ynerant@crans.org
|
|
|
|
url = https://git.ynerant.fr/ynerant/pass-sanitaire-check
|
|
|
|
keywords = green, certificate, france, europe, covid, coronavirus
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 4 - Beta
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
include_package_data = True
|
|
|
|
install_requires =
|
|
|
|
cbor2>=5.2.0
|
|
|
|
cryptography>=3.3.2
|
|
|
|
python_requires = >=3.6
|
|
|
|
|
2021-08-17 18:22:09 +00:00
|
|
|
[options.package_data]
|
|
|
|
pscheck = certs/*.pem
|
|
|
|
|
2021-08-17 17:57:42 +00:00
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
pscheck = pscheck.pscheck:main
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
; pure python
|
|
|
|
universal = 1
|