marvin_refactor: fix the setup.py for marvin to include factories

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-04-12 18:41:08 +05:30
parent ea9019abd8
commit a2ecc162cf
1 changed files with 4 additions and 2 deletions

View File

@ -44,14 +44,16 @@ setup(name="Marvin",
platforms=("Any",),
url="https://builds.apache.org/job/cloudstack-marvin/",
packages=["marvin", "marvin.cloudstackAPI", "marvin.integration",
"marvin.integration.lib", "marvin.sandbox",
"marvin.integration.lib", "marvin.integration.lib.base", "marvin.integration.lib.factory",
"marvin.sandbox.advanced", "marvin.sandbox.advancedsg", "marvin.sandbox.basic"],
license="LICENSE.txt",
install_requires=[
"mysql-connector-python",
"requests",
"paramiko",
"nose"
"nose",
"factory_boy",
"should-dsl"
],
py_modules=['marvin.marvinPlugin'],
zip_safe=False,