From 07cfc27517e11f72ec6ee4e9fa65c49d23ee4df3 Mon Sep 17 00:00:00 2001 From: stephenhsu Date: Fri, 28 Aug 2015 10:09:12 +0800 Subject: [PATCH] add files/packages and build wheel in setup.cfg --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 78816f8..497d60d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = rtcclient author = Di Xu -version = 0.1 +version = 0.2.0 author_email = stephenhsu90@gmail.com summary = RTCClient for Rational Team Concert description-file = README.rst @@ -25,6 +25,9 @@ classifier = [pbr] warnerrors = True +[files] +packages = rtcclient + [build_sphinx] all_files = 1 build-dir = doc/build