diff --git a/setup.py b/setup.py index ac97bec..7b8122f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def get_version() -> str: version = "" - with open("starlete_plus/__init__.py") as f: + with open("starlette_plus/__init__.py") as f: match = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE) if not match or not match.group(1):