Skip to content

Commit 07c9b76

Browse files
committed
Include xml datafile for alma tests
1 parent 943d225 commit 07c9b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/alma/tests/setup_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66

77
def get_package_data():
8-
paths = [os.path.join('data', '*.txt')]
8+
paths = [os.path.join('data', '*.txt'), os.path.join('data', '*.xml')]
99
return {'astroquery.alma.tests': paths}

0 commit comments

Comments
 (0)