diff options
-rw-r--r-- | src/leap/mail/_version.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/leap/mail/_version.py b/src/leap/mail/_version.py index 6b8a5c4..0b7cfaa 100644 --- a/src/leap/mail/_version.py +++ b/src/leap/mail/_version.py @@ -1,9 +1,10 @@ -# This file was generated by the `freeze_debianver` command in setup.py -# Using 'versioneer.py' (0.7+) from -# revision-control system data, or from the parent directory name of an -# unpacked source archive. Distribution tarballs contain a pre-generated copy -# of this file. +IN_LONG_VERSION_PY = True +# This file helps to compute a version number in source trees obtained from +# git-archive tarball (such as those provided by githubs download-from-tag +# feature). Distribution tarballs (build by setup.py sdist) and build +# directories (produced by setup.py build) will contain a much shorter file +# that just contains the computed version number. version_version = '0.3.9-rc1' version_full = 'd361056ac3eb740e7eb9b5de85a82b2ceeb7a82b' |