git.graph-it.com
/
graphit
/
controlpi-wsserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b4676
)
Fix quote type in setup.py
author
Benjamin Braatz
<bb@bbraatz.eu>
Thu, 4 Mar 2021 21:34:17 +0000
(22:34 +0100)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Thu, 4 Mar 2021 21:34:17 +0000
(22:34 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 2dc784b5b20e5ec0a1c64d57d160aeb4302ff4b6..25763e8906d38ecacba19fb3c1e89bc74a8761e3 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-12,7
+12,7
@@
setuptools.setup(
long_description=long_description,
long_description_content_type="text/markdown",
url="http://docs.graph-it.com/graphit/controlpi-wsserver",
- packages=[
'controlpi.plugins'
],
+ packages=[
"controlpi.plugins"
],
install_requires=[
"websockets",
"controlpi @ git+git://git.graph-it.com/graphit/controlpi.git",