X-Git-Url: https://git.wpitchoune.net/gitweb/?p=mp3tohtml.git;a=blobdiff_plain;f=setup.py;h=e9be652eb244bfd65d4bd61468c90e025b9cda03;hp=d1f939f6beafd6e72117e15fda3286e519560db9;hb=6bda0a8b5d292ff19fa658744763b90bfddb8474;hpb=483ba9fc12e5b34c2cac93a096450c35a6d01579 diff --git a/setup.py b/setup.py index d1f939f..e9be652 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(license="GPLv2", url="http://wpitchoune.net/mp3tohtml", author="Jean-Philippe Orsini", author_email="jeanfi@gmail.com", - scripts=['mp3tohtml/mp3tohtml.py'], + scripts=['scripts/mp3tohtml'], packages=["mp3tohtml"], package_data={'': ['header.tpl', 'footer.tpl']} )