Skip to content

v1.2.7.dev5

Compare
Choose a tag to compare
@jenisys jenisys released this 21 Jun 19:30
· 4 commits to main since this release

FIX: Install package w/ python 2.7

  • Using python 2.7, sdist- and wheel package have "UNKNOWN-0.0.0" names
    REASON: setuptools and/or build package for python 2.7 cause this problem

SOLUTION:

  • Provide "setup.py" and "setup.cfg" (together with: pyproject.toml)
  • pip uses "setup.py" then if python 2.7 is used (currently)