XENON1T / pax

The XENON1T raw data processor [deprecated]
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

Copy new config directory on install #638

Closed pdeperio closed 7 years ago

pdeperio commented 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).

@tunnell Is there a better way to do this? (I tried just config/* but didn't work.)