mkleehammer / pyodbc

Python ODBC bridge
https://github.com/mkleehammer/pyodbc/wiki
MIT No Attribution
2.88k stars 562 forks source link

PEP-440 install error with bad characters #1203

Closed ndmlny-qs closed 9 months ago

ndmlny-qs commented 1 year ago

This commit modifies setup.py and removes characters that could be in a local branch that are incompatible with PEP-440.

Resolves #1202

peytondmurray commented 11 months ago

@mkleehammer How would you feel about using setuptools_scm here to replace get_version, _get_version_git, etc?

ndmlny-qs commented 9 months ago

closing as no longer needed in the 5.0.0b4 branch