Twisted version scheme differs wether setuptools is installed or not
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from tarek <None>: If setuptools is not installed, and if I build a trunk version using twisted setup script, I'll get a : "8.2.0+r27123" for the version number (cooked by twisted.python.versions.Version.short) If setuptools is installed, it'll cook the version number and the output will differ and will be "8.2.0-r27123". The behavior should be the same, ---------- Type : enhancement Component: release management Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3912