Skip to content

Commit

Permalink
Update setup.py, requirements.txt and version
Browse files Browse the repository at this point in the history
  • Loading branch information
herlo committed Dec 13, 2017
1 parent 8d90c18 commit 9f964ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions linchpin/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__short_version__ = '1.2.0'
__version__ = '1.2.0'
__short_version__ = '1.5.0'
__version__ = '1.5.0.pre1'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools>=17.1
setuptools>=35.0
pyopenssl
boto>=2.40.0
apache-libcloud>=0.20.1
Expand Down
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,16 @@
''',
extras_require={
'krbV': ["python-krbV"],
'beaker': ['beaker-client>=23.3'],
'beaker': ['beaker-client>=23.3', 'python-krbV'],
'docs': ["docutils", "sphinx", "sphinx_rtd_theme"],
'tests': ["nose", "mock", "coverage", "flake8"],
'libvirt': ["libvirt-python>=3.0.0", "lxml"],
},
zip_safe=False,
packages=find_packages(),
include_package_data=True
# scripts=['scripts/linchpin_complete.sh']
include_package_data=True,
scripts=[
'scripts/install_libvirt_deps.sh',
'scripts/install_selinux_venv.sh'
]
)

0 comments on commit 9f964ab

Please sign in to comment.