From 63c9917085ac4d5c99afc61e5865cb88417dcd27 Mon Sep 17 00:00:00 2001
From: Christian Schwede <christian.schwede@enovance.com>
Date: Thu, 16 Jan 2014 10:23:02 +0000
Subject: [PATCH] Install swiftclient manpage

Currently the existing manpage isn't copied to /usr/local/man/man1
when installing swiftclient from source. This patch fixes this.

Change-Id: Ib2ee091d5e1d4c37a4e5a00f50fa19df44bd3c41
Partial-Bug: 1269715
---
 setup.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 411d7aba..6947f060 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,6 +26,8 @@ packages =
     swiftclient
 scripts =
     bin/swift
+data_files =
+    man/man1 = doc/manpages/swift.1
 
 [build_sphinx]
 source-dir = doc/source