From 3447b84df332b10a05c4f1d940511984734affbd Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins <jrollins@finestructure.net> Date: Thu, 31 May 2018 22:08:49 -0700 Subject: [PATCH] change package name to "pygwinc" So that distribution packages and tarballs don't misrepresent what the project is. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3edbc9e3..261ca041 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ version = '0.1' setup_args = dict( - name = 'gwinc', + name = 'pygwinc', version = version, url = 'https://git.ligo.org/gwinc/pygwinc', author = 'LIGO Laboratory', -- GitLab