From: Jean-Philippe Orsini Date: Tue, 2 Feb 2016 00:15:06 +0000 (+0100) Subject: added X-Git-Url: https://git.wpitchoune.net/gitweb/?p=mp3tohtml.git;a=commitdiff_plain;h=6bda0a8b5d292ff19fa658744763b90bfddb8474 added --- diff --git a/scripts/mp3tohtml b/scripts/mp3tohtml new file mode 100644 index 0000000..e69de29 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']} )