Skip to content

Commit 66bdb72

Browse files
committed
changelog
1 parent c9c84f0 commit 66bdb72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ esa.jwst
99

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

12+
esa.neocc
13+
^^^^^^^^^
14+
15+
- New module to provide access too the ESA near-earth objects coordination centre. [#2254]
16+
1217

1318
Service fixes and enhancements
1419
------------------------------

astroquery/esa/neocc/test/setup_package.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def get_package_data():
1919
os.path.join('data', '*.phypro'),
2020
os.path.join('data', '*.rwo'),
2121
os.path.join('data', '*.ke*'),
22-
os.path.join('data', '*.eq*')]
22+
os.path.join('data', '*.eq*'),
23+
os.path.join('data', '*.csv*')]
2324

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

0 commit comments

Comments
 (0)