aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-29 01:22:24 +0000
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-29 01:22:24 +0000
commit7b32b3e2c437f65f6ac946d16463691e7496be29 (patch)
treee218432fd38dac1f3015bb496ce5dd3ec87098c4 /setup.py
parentf1d78098408199d0f49396e2beb46b4536da4aca (diff)
downloadGolemFlavor-7b32b3e2c437f65f6ac946d16463691e7496be29.tar.gz
GolemFlavor-7b32b3e2c437f65f6ac946d16463691e7496be29.zip
Minor fixes
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f8ed6a3..1492e4a 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ NAME = 'GolemFlavor'
DESCRIPTION = 'GolemFlavor: A Python package for Astrophysical Flavor analysis with GolemFit'
MAINTAINER = 'Shivesh Mandalia'
MAINTAINER_EMAIL = 's.p.mandalia@qmul.ac.uk'
-URL = 'https://github.com/ShiveshM/flavour_ratio'
+URL = 'https://github.com/ShiveshM/GolemFlavor'
LICENSE = 'MIT'
here = os.path.abspath(os.path.dirname(__file__))