Skip to content

Commit 05bd99f

Browse files
Jorge Fernandez Hernandezbsipocz
authored andcommitted
EUCLIDPCR-1971 Update list of files in get_package_data
1 parent be08e62 commit 05bd99f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astroquery/utils/tap/tests/setup_package.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ def get_package_data():
2525
os.path.join('data', '*.xml'),
2626
os.path.join('data', '*.csv'),
2727
os.path.join('data', '*.ecsv'),
28+
os.path.join('data', '*.json'),
2829
os.path.join('data', '*.fits'),
2930
os.path.join('data', '*.fits.gz'),
3031
os.path.join('data/test_upload_file', '*.vot'),
32+
os.path.join('data/test_upload_file', '*.xml'),
3133
os.path.join('data/test_upload_file', '*.csv'),
3234
os.path.join('data/test_upload_file', '*.ecsv'),
35+
os.path.join('data/test_upload_file', '*.json'),
3336
os.path.join('data/test_upload_file', '*.fits'),
3437
] # etc, add other extensions
3538
# you can also enlist files individually by names

0 commit comments

Comments
 (0)