Fill out poetry config

This commit is contained in:
str4d 2021-09-13 15:57:58 +01:00 committed by GitHub
parent 7721bae4dd
commit e06eb19135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -3,12 +3,23 @@ name = "zcash-test-vectors"
version = "0.1.0"
description = "Zcash test vectors"
authors = [
"Jack Grigg <jack@z.cash>",
"Daira Hopwood <daira@jacaranda.org>",
"ying tong <yingtong@z.cash>",
"Taylor Hornby <taylor@defuse.ca>",
"Kris Nuttycombe <kris@electriccoin.co>",
"Simon <simon@bitcartel.com>",
"Ariel Gabizon <ariel.gabizon@gmail.com>",
"Deirdre Connolly <durumcrustulum@gmail.com>",
]
license = "MIT"
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/zcash-hackworks/zcash-test-vectors/"
repository = "https://github.com/zcash-hackworks/zcash-test-vectors/"
documentation = "https://github.com/zcash-hackworks/zcash-test-vectors/"
classifiers = [
"Private :: Do Not Upload",
]
[tool.poetry.dependencies]
python = "^3.7"