From e6b98909da68ca3ce106919b98d9cb034a237d48 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 23 Jul 2020 19:35:49 -0700 Subject: [PATCH] format --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5664b046..dc3c71f5 100644 --- 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', ] -- 2.30.2