diff options
author | kali <kali@leap.se> | 2013-01-30 14:46:56 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-30 14:46:56 +0900 |
commit | 15e8cf89db0ba3f4921a9ffcae72a0bc4cbf4b69 (patch) | |
tree | 584e6331665b803a24fd134f1ea596cdf759cb77 /setup.py | |
parent | f1c397a70c6ecbc7dfed978752f69ebe351433d6 (diff) |
rename manpage
I am also commiting the manpage itself temporarily,
we should leave only the .rst in the repo!
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -200,7 +200,7 @@ setup( author='The LEAP Encryption Access Project', author_email='info@leap.se', url='https://leap.se', - license='GPLv3+', + license='GPL-3+', packages=find_packages( 'src', exclude=['ez_setup', 'setup', 'examples', 'tests']), @@ -208,10 +208,10 @@ setup( zip_safe=False, # not being used since setuptools does not like it. - # XXX it should be only for linux! + # looks like debhelper is honoring it... data_files=[ ("share/man/man1", - ["docs/man/leap.1"]), + ["docs/man/leap-client.1"]), ("share/polkit-1/actions", ["pkg/linux/polkit/net.openvpn.gui.leap.policy"]) ], |