mirror of https://github.com/apache/cloudstack.git
marvin_refactor: fix the setup.py for marvin to include factories
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
ea9019abd8
commit
a2ecc162cf
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue