fixed
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 1 Feb 2016 10:33:11 +0000 (11:33 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 1 Feb 2016 10:33:11 +0000 (11:33 +0100)
setup.py

index 589c632..d1f939f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -2,13 +2,13 @@
 
 from distutils.core import setup
 setup(license="GPLv2",
 
 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",
       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"],
       packages=["mp3tohtml"],
-      package_data={'': ['header.tpl', 'footer.tpl']},
-      py_modules=['mp3tohtml.py']
-      )
+      package_data={'': ['header.tpl', 'footer.tpl']}
+)