summaryrefslogtreecommitdiffstats
path: root/ipaclient
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-10-17 15:56:41 +0200
committerMartin Basti <mbasti@redhat.com>2016-10-17 17:21:49 +0200
commitb9d68b5c3503bb708f637be6bb173a742b4105b4 (patch)
tree74e60ade25ef5d8db217bc6e56cb0dc663afe2d3 /ipaclient
parent16dad1c3cb09acee946bc5b2409447279a8bc0de (diff)
downloadfreeipa-b9d68b5c3503bb708f637be6bb173a742b4105b4.tar.gz
freeipa-b9d68b5c3503bb708f637be6bb173a742b4105b4.tar.xz
freeipa-b9d68b5c3503bb708f637be6bb173a742b4105b4.zip
Move ipa.1 man file
setuptools does not support data_files any more. The ipa(1) man page is now handled like the remaining man pages. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'ipaclient')
-rw-r--r--ipaclient/setup.py.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipaclient/setup.py.in b/ipaclient/setup.py.in
index 1c8654f00..d1fdd3e11 100644
--- a/ipaclient/setup.py.in
+++ b/ipaclient/setup.py.in
@@ -70,7 +70,6 @@ def setup_package():
"ipaclient.remote_plugins.2_164",
],
scripts=['../ipa'],
- data_files = [('share/man/man1', ["../ipa.1"])],
)
finally:
del sys.path[0]