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 d3e3034 commit 2ed5785Copy full SHA for 2ed5785
astroquery/imcce/tests/setup_package.py
@@ -5,6 +5,7 @@
5
6
7
def get_package_data():
8
- paths = [os.path.join('data', '*.dat')] # etc, add other extensions
+ paths = [os.path.join('data', '*.dat'),
9
+ os.path.join('data', '*.vot')]
10
11
return {'astroquery.imcce.tests': paths}
0 commit comments