missing tests directory causes warnings in distutils

reviewed-by: ant run
This commit is contained in:
Prasanna Santhanam 2012-04-11 17:28:14 +05:30
parent 5c37d144cc
commit d150576a48

View File

@ -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)",