Skip to content

Commit

Permalink
fix platform
Browse files Browse the repository at this point in the history
  • Loading branch information
enzok committed Jun 5, 2024
1 parent 568afa8 commit f2d6f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

if sys.platform == "win32":
install_requires.append("python-magic-bin>=0.4.14")
elif sys.platform.startswith("linux"):
else:
install_requires.append("python-magic>=0.4.13")

setup(
Expand Down
2 changes: 1 addition & 1 deletion sflock/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Only set __version__ here; this module is executed by setup.py via exec().
__version__ = "0.3.57"
__version__ = "0.3.59"

0 comments on commit f2d6f16

Please sign in to comment.