❯ python setup.py egg_info
/Users/marca/python/virtualenvs/setuptools-markdown/lib/python2.7/site-packages/pkg_resources.py:2443: PEP440Warning: 'setuptools (markdown-0.1)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
PEP440Warning,
/Users/marca/python/virtualenvs/setuptools-markdown/lib/python2.7/site-packages/pkg_resources.py:2443: PEP440Warning: 'setuptools (markdown-0.1.dev2)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
PEP440Warning,
/Users/marca/python/virtualenvs/setuptools-markdown/lib/python2.7/site-packages/pkg_resources.py:2443: PEP440Warning: 'setuptools (markdown-0.1.dev1)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
PEP440Warning,
/Users/marca/python/virtualenvs/setuptools-markdown/lib/python2.7/site-packages/pkg_resources.py:2443: PEP440Warning: 'setuptools (markdown-0.1dev1)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
PEP440Warning,
/Users/marca/python/virtualenvs/setuptools-markdown/lib/python2.7/site-packages/pkg_resources.py:2443: PEP440Warning: 'setuptools (markdown-0.1dev)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
PEP440Warning,
/Users/marca/python/virtualenvs/setuptools-markdown/lib/python2.7/site-packages/pkg_resources.py:2443: PEP440Warning: 'setuptools (markdown-0.0dev)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
PEP440Warning,
Originally reported by: msabramo (Bitbucket: msabramo, GitHub: msabramo)
I created a package called
setuptools-markdown(note hyphen in name).pkg_resourcesis struggling to parse the version, thinking thatmarkdownis part of the version.