diff options
author | 2014-12-20 13:17:27 -0800 | |
---|---|---|
committer | 2014-12-22 14:57:48 -0800 | |
commit | a153cacf6b47788c9a017c37f78469e009e4ffff (patch) | |
tree | 249a0ea9461276ed921ff5c56b08a474626080f8 /gkeys/gkeys/__init__.py | |
parent | Merge pull request #35 from gentoo/dol-sen-PR (diff) | |
download | gentoo-keys-a153cacf6b47788c9a017c37f78469e009e4ffff.tar.gz gentoo-keys-a153cacf6b47788c9a017c37f78469e009e4ffff.tar.bz2 gentoo-keys-a153cacf6b47788c9a017c37f78469e009e4ffff.zip |
Move the 3 pkgs into their own *-pkg dir
This makes releasing each pkg independently easier.
testpath: Update paths for the new directory structure
Diffstat (limited to 'gkeys/gkeys/__init__.py')
-rw-r--r-- | gkeys/gkeys/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gkeys/gkeys/__init__.py b/gkeys/gkeys/__init__.py new file mode 100644 index 0000000..7e8b64e --- /dev/null +++ b/gkeys/gkeys/__init__.py @@ -0,0 +1,5 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +__version__ = 'Git' +__license__ = 'GPLv2' |