Skip to content

Commit

Permalink
Symlink steam-picker to steam-picker.py for Unix-like OS.
Browse files Browse the repository at this point in the history
Unix-like OS do not use file extensions for their executable files.
  • Loading branch information
holocronweaver committed Aug 26, 2018
1 parent ceb1420 commit 518093a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/steam-picker
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author='Jesse Johnson',
author_email='[email protected]',
packages=['steampicker'],
scripts=['bin/steam-picker'],
scripts=['bin/steam-picker.py', 'bin/steam-picker'],
include_package_data=True,
# url='http://pypi.python.org/pypi/MyApplication_v010/',
license='LICENSE.txt',
Expand Down

0 comments on commit 518093a

Please sign in to comment.