diff options
author | Aaron LI <aly@aaronly.me> | 2017-07-20 23:19:32 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-07-20 23:23:38 +0800 |
commit | 3b88c2e3b4705965eca8f8fe9638bc611c0a6b46 (patch) | |
tree | 351984bc4ac7477adbcc91822f149206599b5ed2 | |
parent | 59b6c8afe1d5f295f71588415df425e64cd7a733 (diff) | |
download | fg21sim-3b88c2e3b4705965eca8f8fe9638bc611c0a6b46.tar.bz2 |
Update email, url, and copyright year
Signed-off-by: Aaron LI <aly@aaronly.me>
-rw-r--r-- | fg21sim/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
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") |