format
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 24 Jul 2020 02:35:49 +0000 (19:35 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 24 Jul 2020 02:35:49 +0000 (19:35 -0700)
setup.py

index 5664b046803d82c7c0b626d260a1dcbb4927566a..dc3c71f533252f31a4fea345885631b7ffd4d6e1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ install_requires = [
     #    'sfpy',
     'ieee754fpu',  # needs to be installed manually from git.libre-soc.org
     'pygdbmi',
-    'nmigen-soc', # install manually from git.libre-soc.org
+    'nmigen-soc',  # install manually from git.libre-soc.org
     'ply',  # needs to be installed manually
     'astor',
 ]