Convert scripts to entry_points
1 unresolved thread
1 unresolved thread
Compare changes
Files
12+ 1
− 5
@@ -6,11 +6,6 @@ Build-Depends:
@@ -20,6 +15,7 @@ Architecture: any
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.