Skip to content

Commit

Permalink
add coefficients files for Gaia zero points to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Mar 26, 2024
1 parent 8712edd commit 50e8e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
'desitarget.sv3': ['data/*',],
'desitarget.test': ['t/*',],
'desitarget.mock': [os.path.relpath(_,'py/desitarget/mock') for _ in [os.path.join(_[0],'*') for _ in os.walk('py/desitarget/mock/data')]],
}
'desitarget.streams.gaia_dr3_parallax_zero_point': ['coefficients/*',],
}
#
# Run setup command.
#
Expand Down

0 comments on commit 50e8e42

Please sign in to comment.