|
@@ -38,26 +38,15 @@ setup(
|
|
|
|
|
|
# You can just specify the packages manually here if your project is
|
|
|
# simple. Or you can use find_packages().
|
|
|
- #packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
|
|
|
packages=['ooinstall'],
|
|
|
package_dir={'': 'src'},
|
|
|
|
|
|
-
|
|
|
# List run-time dependencies here. These will be installed by pip when
|
|
|
# your project is installed. For an analysis of "install_requires" vs pip's
|
|
|
# requirements files see:
|
|
|
# https://packaging.python.org/en/latest/requirements.html
|
|
|
install_requires=['click', 'PyYAML', 'ansible'],
|
|
|
|
|
|
- # List additional groups of dependencies here (e.g. development
|
|
|
- # dependencies). You can install these using the following syntax,
|
|
|
- # for example:
|
|
|
- # $ pip install -e .[dev,test]
|
|
|
- #extras_require={
|
|
|
- # 'dev': ['check-manifest'],
|
|
|
- # 'test': ['coverage'],
|
|
|
- #},
|
|
|
-
|
|
|
# If there are data files included in your packages that need to be
|
|
|
# installed, specify them here. If using Python 2.6 or less, then these
|
|
|
# have to be included in MANIFEST.in as well.
|