This repository was archived by the owner on Oct 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
55 lines (49 loc) · 1.44 KB
/
setup.cfg
File metadata and controls
55 lines (49 loc) · 1.44 KB
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
46
47
48
49
50
51
52
53
54
55
[metadata]
name = zenroom
description = Python wrapper for the Zenroom virtual machine
long_description = file: README.md
long_description_content_type = text/markdown
author = Sam Mulube
author_email = sam@thingful.net
maintainer = Puria Nafisi Azizi
maintainer_email = puria@dyne.org
url = https://zenroom.org
project_urls =
Source Code = https://github.com/DECODEproject/zenroom-py
DECODE = https://decodeproject.eu
python_requires = >=3.6
license = AGPLv3
keywords = zenroom crypto-language-processing virtual-machine blockchain crypto ecc dyne ecdh ecdsa zero-knowledge-proofs javascript npm ecp2 miller-loop hamming-distance elgamal aes-gcm aead seccomp goldilocks
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: GNU Affero General Public License v3
Intended Audience :: Developers
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Security
[options]
packages = find:
install_requires =
capturer==2.4
setup_requires =
pytest-runner
tests_require =
pytest
pytest-cov
codecov
[options.package_data]
zenroom = libs/Linux/**/**, libs/Darwin/**/**
[options.extras_require]
publish =
pre-commit
twine
[aliases]
test=pytest
[tool:pytest]
addopts = --cov=zenroom --cov-report term-missing
[flake8]
ignore = E501
max-line-length = 99