From: Jean-Philippe Orsini Date: Mon, 1 Feb 2016 10:33:11 +0000 (+0100) Subject: fixed X-Git-Url: https://git.wpitchoune.net/gitweb/?p=mp3tohtml.git;a=commitdiff_plain;h=185d495bdcc26194d1dc4560f5c8cc758f434272 fixed --- diff --git a/setup.py b/setup.py index 589c632..d1f939f 100755 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ from distutils.core import setup setup(license="GPLv2", - name='mp3tohtml', + name='mp3tohtml', keywords="mp3 html freemusicarchive", version='1.0', url="http://wpitchoune.net/mp3tohtml", author="Jean-Philippe Orsini", author_email="jeanfi@gmail.com", + scripts=['mp3tohtml/mp3tohtml.py'], packages=["mp3tohtml"], - package_data={'': ['header.tpl', 'footer.tpl']}, - py_modules=['mp3tohtml.py'] - ) + package_data={'': ['header.tpl', 'footer.tpl']} +)