Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ceb8 committed Aug 30, 2023
1 parent c9c84f0 commit 66bdb72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ esa.jwst

- New module to provide access to eJWST Science Archive metadata and datasets. [#2140, #2238, #2243]

esa.neocc
^^^^^^^^^

- New module to provide access too the ESA near-earth objects coordination centre. [#2254]


Service fixes and enhancements
------------------------------
Expand Down
3 changes: 2 additions & 1 deletion astroquery/esa/neocc/test/setup_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def get_package_data():
os.path.join('data', '*.phypro'),
os.path.join('data', '*.rwo'),
os.path.join('data', '*.ke*'),
os.path.join('data', '*.eq*')]
os.path.join('data', '*.eq*'),
os.path.join('data', '*.csv*')]

return {'astroquery.esa.neocc.test': paths_test}

0 comments on commit 66bdb72

Please sign in to comment.