generated from IBM/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathsetup.cfg
31 lines (29 loc) · 966 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
[metadata]
name = sev-snp-measure
version = 0.0.5
author = Dov Murik
author_email = dov.murik1@il.ibm.com
description = Calculate expected measurement of an AMD SEV-SNP guest VM for confidential computing
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/IBM/sev-snp-measure
project_urls =
Bug Tracker = https://github.com/IBM/sev-snp-measure/issues
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Operating System :: OS Independent
Topic :: Security
Topic :: Software Development :: Libraries
[options]
packages = sevsnpmeasure
python_requires = >=3.7
install_requires =
cryptography>=39.0.1
types-cryptography
[options.entry_points]
console_scripts =
sev-snp-measure = sevsnpmeasure.cli:main
snp-create-id-block = sevsnpmeasure.id_block:main