Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added to changes.rst and small changes to setup.py to include new scr… #443

Merged
merged 2 commits into from
Dec 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

Updates
.......

- Added extra attributes to AbsComponents
- Added script to get HST/COS life-time position from date
- Added Cashman+2017 catalog in LineList

Bug fixes
.........
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ def recursive_glob(basedir, pattern):
'lt_plot = linetools.scripts.lt_plot:main',
'lt_radec = linetools.scripts.lt_radec:main',
'lt_solabnd = linetools.scripts.lt_solabnd:main',
'lt_get_COS_LP = linetools.scripts.lt_get_COS_LP:main',

# 'astropy-package-template-example = packagename.example_mod:main',
]

Expand Down