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 943d225 commit 07c9b76Copy full SHA for 07c9b76
astroquery/alma/tests/setup_package.py
@@ -5,5 +5,5 @@
5
6
7
def get_package_data():
8
- paths = [os.path.join('data', '*.txt')]
+ paths = [os.path.join('data', '*.txt'), os.path.join('data', '*.xml')]
9
return {'astroquery.alma.tests': paths}
0 commit comments