added
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 2 Feb 2016 00:15:06 +0000 (01:15 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 2 Feb 2016 00:15:06 +0000 (01:15 +0100)
scripts/mp3tohtml [new file with mode: 0644]
setup.py

diff --git a/scripts/mp3tohtml b/scripts/mp3tohtml
new file mode 100644 (file)
index 0000000..e69de29
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",
       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']}
 )
       packages=["mp3tohtml"],
       package_data={'': ['header.tpl', 'footer.tpl']}
 )