Closed cbrueffer closed 1 year ago
The URL in the setup metadata (and thus on pypi) is currently wrong since it uses __pkg_name__ (duplex_tools) unmodified.
__pkg_name__
duplex_tools
This is the least intrusive fix, but maybe not the best.
Found while processing the package update in Bioconda (https://github.com/bioconda/bioconda-recipes/pull/35562#pullrequestreview-1023279999).
thanks @cbrueffer
The URL in the setup metadata (and thus on pypi) is currently wrong since it uses
__pkg_name__
(duplex_tools
) unmodified.This is the least intrusive fix, but maybe not the best.
Found while processing the package update in Bioconda (https://github.com/bioconda/bioconda-recipes/pull/35562#pullrequestreview-1023279999).