epifanio / adc-pycsw

Setup and deployment of PyCSW for the Arctic Data Centre (ADC) project
2 stars 0 forks source link

rename plugin directory #2

Open epifanio opened 1 year ago

epifanio commented 1 year ago

At the moment the plugin files for the repository are stored in:

pycsw/plugins/repository/solr_metno.py

will be good to have those files in a dedicated directory SOLR

so that we will change the configuration from:

source=pycsw.plugins.repository.solr_metno.SOLRMETNORepository

to:

source=pycsw.plugins.repository.SOLR.solr_metno.SOLRMETNORepository