From 185d495bdcc26194d1dc4560f5c8cc758f434272 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 1 Feb 2016 11:33:11 +0100 Subject: [PATCH] fixed --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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']} +) -- 2.7.4