From e06eb19135b658acf59ec79df8aed50bd433ab77 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 13 Sep 2021 15:57:58 +0100 Subject: [PATCH] Fill out poetry config --- pyproject.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc4f599..c16c08a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,12 +3,23 @@ name = "zcash-test-vectors" version = "0.1.0" description = "Zcash test vectors" authors = [ + "Jack Grigg ", + "Daira Hopwood ", + "ying tong ", + "Taylor Hornby ", + "Kris Nuttycombe ", + "Simon ", + "Ariel Gabizon ", + "Deirdre Connolly ", ] -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"