diff options
author | Kali Kaneko <kali@leap.se> | 2013-08-23 13:36:38 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-08-23 13:36:38 +0200 |
commit | b42d461341de2aa7e2136d85f67ebbd12918b200 (patch) | |
tree | c6080cf0c88d1d889ba8371a670c8311fbba3c4e /client/.gitattributes | |
parent | 59f337a29202bb80287a31d6c5b942b74375f33f (diff) |
packaging improvements
* add versioneer (patched for our particular repo config)
* add parse_requirements to unify requirement handling
Diffstat (limited to 'client/.gitattributes')
-rw-r--r-- | client/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/.gitattributes b/client/.gitattributes new file mode 100644 index 00000000..f3ad0c16 --- /dev/null +++ b/client/.gitattributes @@ -0,0 +1 @@ +src/leap/soledad/client/_version.py export-subst |