From 558658abb00bbac234b8747c88fdb3625e1bb6d4 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Mon, 11 Jul 2022 23:47:06 +0200 Subject: [PATCH] setup: set default metadata (#13571) --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index f59a6c1cf4..055af361c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,6 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +[metadata] +name = pytorch-lightning +author = Lightning-AI et al. +url = https://github.com/Lightning-AI/lightning + [tool:pytest] norecursedirs = .git