Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Apr 12, 2024
1 parent ca0699e commit 57c428f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 57c428f

Please sign in to comment.