From d150576a48246786d7ea4a12eb2294eee439e0c5 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 11 Apr 2012 17:28:14 +0530 Subject: [PATCH] missing tests directory causes warnings in distutils reviewed-by: ant run --- tools/marvin/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index ce28b15b365..24df9198c91 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -25,7 +25,7 @@ else: long_description="Marvin is the cloudstack testclient written around the python unittest framework", platforms=("Any",), url="http://jenkins.cloudstack.org:8080/job/marvin", - packages=["marvin", "marvin.cloudstackAPI", "marvin.sandbox.tests", "marvin.pymysql", "marvin.pymysql.constants", "marvin.pymysql.tests"], + packages=["marvin", "marvin.cloudstackAPI", "marvin.sandbox", "marvin.pymysql", "marvin.pymysql.constants", "marvin.pymysql.tests"], license="LICENSE.txt", requires=[ "paramiko (>1.4)",