git.graph-it.com
/
graphit
/
graph-client-py.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb0410
)
Fix setup error in newer installations
author
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Fri, 3 Jul 2020 15:16:25 +0000
(17:16 +0200)
committer
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Fri, 3 Jul 2020 15:16:25 +0000
(17:16 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index f5abc08956652c5a536b0c63fcefd0b8fcdb8074..7f729167778a5094e96a9b3eba8b9901a096e9e2 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-13,6
+13,9
@@
setuptools.setup(
long_description_content_type="text/markdown",
url="http://docs.graph-it.com/graphit/graph-client-py",
packages=setuptools.find_packages(),
+ setup_requires=[
+ "wheel"
+ ],
install_requires=[
"msgpack"
],