Skip to content

Commit efa6110

Browse files
committed
fix(setup): adjust egg name to acceptable version
1 parent b166f26 commit efa6110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
CURRENT_PYTHON = sys.version_info[:2]
1010
REQUIRED_PYTHON = (3, 11)
11-
EGG_NAME = "micropython-mdns"
11+
EGG_NAME = "micropython_mdns"
1212

1313

1414
def list_packages(source_directory: str = ".") -> List[str]:

0 commit comments

Comments
 (0)