We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e814130 commit 83f768fCopy full SHA for 83f768f
astroquery/eso/tests/setup_package.py
@@ -5,9 +5,7 @@
5
6
7
def get_package_data():
8
- paths = [os.path.join('data', '*.pickle'),
9
- os.path.join('data', '*.html'),
10
- os.path.join('data', '*.tbl'),
+ paths = [os.path.join('data', '*.csv'),
11
os.path.join('data', '*.xml'),
12
os.path.join('data', '*.json'),
13
os.path.join('data', '*.fits*')
0 commit comments