-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78d6aa3
commit ac3d76d
Showing
2 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# -*- encoding: utf-8 -*- | ||
|
||
__author__ = "Yusuke Takase" | ||
__author__ = [ | ||
"Yusuke Takase <[email protected]>", | ||
"Matteo Baratto <[email protected]>", | ||
"Maurizio Tomasi <[email protected]>", | ||
"Yuya Nagano <[email protected]>", | ||
] | ||
__original_url__ = "https://github.com/zonca/planck-levelS/tree/master/Beam" | ||
__version__ = "0.1.1" | ||
__version__ = "0.1.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
|
||
[tool.poetry] | ||
name = "grasp2alm" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
description = "Package supporting conversion from GRASP beam format to spherical harmonic coefficients for CMB experiments, conversion to expansion coefficients for spherical harmonics, etc." | ||
authors = ["yusuke-takase <[email protected]>"] | ||
authors = [ | ||
"Yusuke Takase <[email protected]>", | ||
"Matteo Baratto <[email protected]>", | ||
"Maurizio Tomasi <[email protected]>", | ||
"Yuya Nagano <[email protected]>", | ||
] | ||
license = "GPL3" | ||
readme = "README.md" | ||
documentation = "https://yusuke-takase.github.io/grasp2alm/" | ||
|