diff options
author | kali <kali@leap.se> | 2012-09-13 04:59:08 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-09-13 04:59:08 +0900 |
commit | 157dbbd6dba18a0b10ba045eab9b1cfca8d579c6 (patch) | |
tree | 06fcac9f0c4d059899e0842c4226720ea3f5106b /.gitattributes | |
parent | 99058b9f6536a3717ab82a9d77b09d5489334eb5 (diff) | |
parent | ffa95a22b2073f75d51af32232e150bf36395f31 (diff) |
Merge branch 'feature/client-versioning' into develop
Close #533. Using versioneer for fetching version from git info and tags
in a setup friendly way. Added info to logs and small about dialog.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 36222847..eb8672e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,3 +16,4 @@ man/ export-ignore share/ export-ignore src/leap.egg-info/ export-ignore src/leap_client.egg-info export-ignore +src/leap/_version.py export-subst |