From 6bda0a8b5d292ff19fa658744763b90bfddb8474 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 2 Feb 2016 01:15:06 +0100 Subject: [PATCH] added --- scripts/mp3tohtml | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 scripts/mp3tohtml 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']} ) -- 2.7.4