Fix installation with requirements
* Fix installation from remote github repository via pip now we can install it using: pip install git+<github url> Change-Id: Ibff661de9d4773f3c2d372e18a0e11c0cd7be40e
This commit is contained in:
parent
6120373a1b
commit
4aa4fe1d56
@ -2,7 +2,7 @@
|
||||
name = python-mistralclient
|
||||
version = 0.01
|
||||
summary = Mistral Client Library
|
||||
description-file = README.rd
|
||||
description-file = README.md
|
||||
#license = Apache Software License
|
||||
classifiers =
|
||||
Programming Language :: Python
|
||||
|
3
setup.py
3
setup.py
@ -19,4 +19,5 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
name="python-mistralclient")
|
||||
setup_requires=['pbr'],
|
||||
pbr=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user