Skip to content

Commit

Permalink
fix: shebang for version 3 env
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-RA-King committed Apr 21, 2023
1 parent 39fba7a commit 57d4c92
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""The setup script."""

Expand Down
1 change: 1 addition & 0 deletions src/pynball/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Top-level package for _pynball."""

__title__ = "_pynball"
Expand Down
2 changes: 0 additions & 2 deletions src/pynball/pynball.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

# Third party modules
import click

# TODO: replace 3rd party libmagic library with standard mimetypes library
import magic

#: Specifies the operating system to which the module is installed
Expand Down
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Tasks for maintaining the project.
Expand Down

0 comments on commit 57d4c92

Please sign in to comment.