Skip to content

Commit 57c428f

Browse files
committed
Fix setup.py
1 parent ca0699e commit 57c428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

66
def get_version() -> str:
77
version = ""
8-
with open("starlete_plus/__init__.py") as f:
8+
with open("starlette_plus/__init__.py") as f:
99
match = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE)
1010

1111
if not match or not match.group(1):

0 commit comments

Comments
 (0)