diff options
author | kali <kali@leap.se> | 2012-09-13 03:22:31 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-09-13 03:40:55 +0900 |
commit | ea13e9a04786fbb6c461690097361e48e8ca94ce (patch) | |
tree | 34cc33a48b06fc0729daeda5b785f315ec42aee1 /.gitattributes | |
parent | 99058b9f6536a3717ab82a9d77b09d5489334eb5 (diff) |
add versioneer
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 |