Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkohler committed Jan 26, 2025
1 parent d0de379 commit 8ed53ad
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 @@ -13,7 +13,7 @@ def read(path):


extra_files = {"WrightSim": ["VERSION"]}
version = read(__here__ / "WrightSim" / "VERSION").read_text().strip()
version = read(__here__ / "WrightSim" / "VERSION").strip()


setup(
Expand Down

0 comments on commit 8ed53ad

Please sign in to comment.