Código Python:
Ver original
from distutils.core import setup setup( name='gnhoi', version="0.2.0.3 Prealpha", license='GPL-3', author='No Se quién es', description='UI for install nho files', long_description='This is the first UI for Nhopkg for install .nho files directly. It is in python', url='http://gnhoi.sourceforge.net', scripts=["gnhoi.py","src/gnhoi.glade","src/install.glade","src/Gnhoi.png","src/choosefile.glade"], packages=["gnhoilib"] )