From 3b88c2e3b4705965eca8f8fe9638bc611c0a6b46 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 20 Jul 2017 23:19:32 +0800 Subject: Update email, url, and copyright year Signed-off-by: Aaron LI --- fg21sim/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fg21sim') diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py index 059fd44..7030c11 100644 --- a/fg21sim/__init__.py +++ b/fg21sim/__init__.py @@ -2,17 +2,17 @@ Realistic Foregrounds Simulation for EoR 21cm Signal Detection ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -:copyright: (c) 2016 Weitian LI +:copyright: (c) 2016-2017 Weitian LI :license: MIT """ __pkgname__ = "fg21sim" __version__ = "0.4.1" __author__ = "Weitian LI" -__author_email__ = "liweitianux@live.com" +__author_email__ = "weitian@aaronly.me" __license__ = "MIT" -__copyright__ = "Copyright (c) 2016 Weitian LI" -__url__ = "https://github.com/liweitianux/fg21sim" +__copyright__ = "Copyright (c) 2016-2017 Weitian LI" +__url__ = "https://code.aaronly.me/fg21sim.git" __description__ = ("Realistic Foregrounds Simulation for " "EoR 21cm Signal Detection") -- cgit v1.2.2