We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b166f26 commit efa6110Copy full SHA for efa6110
1 file changed
src/setup.py
@@ -8,7 +8,7 @@
8
9
CURRENT_PYTHON = sys.version_info[:2]
10
REQUIRED_PYTHON = (3, 11)
11
-EGG_NAME = "micropython-mdns"
+EGG_NAME = "micropython_mdns"
12
13
14
def list_packages(source_directory: str = ".") -> List[str]:
0 commit comments