git.graph-it.com
/
graphit
/
controlpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33209e3
)
Fix missing comma in setup.py
author
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Wed, 10 Mar 2021 07:10:11 +0000
(08:10 +0100)
committer
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Wed, 10 Mar 2021 07:10:11 +0000
(08:10 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index cc065880581751aa4c1966eb89997731cb0e1e9d..4adccf682cba715bad905ed2c76b89eabb851c8f 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-17,7
+17,7
@@
setuptools.setup(
zip_safe=False,
install_requires=[
"jsonschema",
- ]
+ ]
,
extras_require={
"dev": [
"pycodestyle",