setup.py: fix
This commit is contained in:
parent
e42fdb4232
commit
8a42d74904
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ if sys.version_info < required_version:
|
||||||
".".join(map(str, required_version))))
|
".".join(map(str, required_version))))
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="liteethernet",
|
name="liteeth",
|
||||||
version="unknown",
|
version="unknown",
|
||||||
description="small footprint and configurable Ethernet core",
|
description="small footprint and configurable Ethernet core",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
|
|
Loading…
Reference in New Issue