[console_scripts]
psy = psyrun.main:psy_main

[psyrun.stores]
.h5 = psyrun.store.h5:H5Store
.npz = psyrun.store.npz:NpzStore
.pkl = psyrun.store.pickle:PickleStore

