diff --git a/setup.py b/setup.py index 933518416..0f84b9458 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ if sys.version_info < required_version: ".".join(map(str, required_version)))) setup( - name="liteethernet", + name="liteeth", version="unknown", description="small footprint and configurable Ethernet core", long_description=README,