X-Git-Url: https://git.wpitchoune.net/gitweb/?p=mp3tohtml.git;a=blobdiff_plain;f=setup.py;h=e9be652eb244bfd65d4bd61468c90e025b9cda03;hp=589c632d585f48220ae9b9b304ad5fe43e504c3e;hb=HEAD;hpb=b58075de1b0ea25116c554a079e978ce28beb998 diff --git a/setup.py b/setup.py index 589c632..e9be652 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=['scripts/mp3tohtml'], packages=["mp3tohtml"], - package_data={'': ['header.tpl', 'footer.tpl']}, - py_modules=['mp3tohtml.py'] - ) + package_data={'': ['header.tpl', 'footer.tpl']} +)