Skip to content
Snippets Groups Projects
Commit acf6dadd authored by Nicholas Christensen's avatar Nicholas Christensen
Browse files

fix syntax error

parent bed00b4c
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ requirements = [ ...@@ -21,7 +21,7 @@ requirements = [
"numpy>=1.6.0", "numpy>=1.6.0",
] ]
if version[0] == 3 and version[1] = 6: if version[0] == 3 and version[1] == 6:
requirements.append("dataclasses") requirements.append("dataclasses")
setup(name="pytools", setup(name="pytools",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment