Couldn't fetch the linked file.
Convert scripts to entry_points
1 unresolved thread
1 unresolved thread
Compare changes
+ 9
− 8
@@ -15,14 +15,11 @@ Source0: %pypi_source
@@ -68,10 +65,14 @@ tools.
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.