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