diff --git a/bin/steam-picker b/bin/steam-picker new file mode 120000 index 0000000..5815ef8 --- /dev/null +++ b/bin/steam-picker @@ -0,0 +1 @@ +steam-picker.py \ No newline at end of file diff --git a/setup.py b/setup.py index 89476fa..86f028b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ author='Jesse Johnson', author_email='holocronweaver@gmail.com', 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',