From a974225ea357198a5650daee9dc8ea8b1b7e501d Mon Sep 17 00:00:00 2001 From: Daniel Holth Date: Fri, 19 Jul 2013 12:03:16 -0400 Subject: [PATCH] PEP 426: update json schema --- pep-0426/pydist-schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pep-0426/pydist-schema.json b/pep-0426/pydist-schema.json index fd0d888fd..41eb64ada 100644 --- a/pep-0426/pydist-schema.json +++ b/pep-0426/pydist-schema.json @@ -12,7 +12,7 @@ "generator": { "description": "Name and version of the program that produced this file.", "type": "string", - "pattern": "^[0-9A-Za-z]([0-9A-Za-z_.-]*[0-9A-Za-z])( \\((\\d+(\\.\\d+)*)((a|b|c|rc)(\\d+))?(\\.(post)(\\d+))?(\\.(dev)(\\d+))\\))?$" + "pattern": "^[0-9A-Za-z]([0-9A-Za-z_.-]*[0-9A-Za-z])( \\(.*\\))?$" }, "name": { "description": "The name of the distribution.", @@ -239,6 +239,9 @@ }, "document_name": { "type": "string" + }, + "extra_name" : { + "type": "string" } } }