Convert scripts to entry_points
1 unresolved thread
1 unresolved thread
Compare changes
Files
2
dqsegdb/tests/test_ligolw_segment_insert.py
0 → 100644
+ 108
− 0
This MR converts all of the scripts previously managed in bin/
into entry points constructed from code now managed as modules in the new dqsegdb.tools
subpackage.
Using entry points rather than scripts has a few advantages
noarch: python
conda package (niche benefit)This should have no impact on the functionality or usability of any of the current scripts.