From 7533936db2881734d1ac0e024c506b1283c4a9b8 Mon Sep 17 00:00:00 2001 From: Ben Bariteau Date: Tue, 25 Jun 2024 16:03:06 -0700 Subject: [PATCH] add url to appease twine --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index e57d130..55916b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ +[metadata] +url = https://github.com/Yelp/swagger_spec_validator + [wheel] universal = True