projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42fdb4
)
setup.py: fix
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 28 Jan 2015 12:16:29 +0000
(13:16 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 28 Jan 2015 12:16:29 +0000
(13:16 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 933518416d096bf4f04736cdb2ebc4751926248a..0f84b94587a1117d486bd89b8e3cd894f68d52f5 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-13,7
+13,7
@@
if sys.version_info < required_version:
".".join(map(str, required_version))))
setup(
- name="liteeth
ernet
",
+ name="liteeth",
version="unknown",
description="small footprint and configurable Ethernet core",
long_description=README,