add some version-identification of the package

Issue #428 resolved
Former user created an issue

it is useful to have some way to distinguish between diff. versions/builds/revisions - e.g. the svn's Rev, and maybe some version=...

e.g. sqlalichemy/init.py: revision = "$Rev$" version = '0.3.3'

Comments (2)

  1. Mike Bayer repo owner

    id like setuptools to have some way to do this, i.e. to get the "version" number into the source code upon setup.py sdist. we've had some suggestions how this might be accomplished but nothing has been completed.

  2. Log in to comment