From 088cdaa7392e457774f818ce07c221b8e4560f30 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Tue, 8 Jun 2021 08:07:40 -0500 Subject: [PATCH] Give the template package a version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3d0997..c7b6627 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # # Replace values below with what's appropriate for your package: -name = 'my-package' +name = 'pds.template.package' description = 'A short description, about 100–120 characters' keywords = ['pds', 'planetary data', 'various', 'other', 'keywords'] zip_safe = True