Closed pdeperio closed 7 years ago
Fixes #636 for missing config files running python setup.py install after adding a new directory into config directory (https://github.com/XENON1T/pax/pull/635).
python setup.py install
config
@tunnell Is there a better way to do this? (I tried just config/* but didn't work.)
config/*
Fixes #636 for missing config files running
python setup.py install
after adding a new directory intoconfig
directory (https://github.com/XENON1T/pax/pull/635).@tunnell Is there a better way to do this? (I tried just
config/*
but didn't work.)