Closed twolfson closed 9 years ago
Currently, we are using a dumb regexp for finding current Python semver. To make it more efficient, either move to a module that can read a Python AST or improve the regexp (see the semver library that npm uses).
semver
npm
We already have an issue in https://github.com/twolfson/foundry-release-pypi/issues/1. Closing this as it's no longer relevant to this repo.
Currently, we are using a dumb regexp for finding current Python semver. To make it more efficient, either move to a module that can read a Python AST or improve the regexp (see the
semver
library thatnpm
uses).