added
[mp3tohtml.git] / setup.py
index d1f939f..e9be652 100755 (executable)
--- 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']}
 )