import setuptools setuptools.setup( scripts=['__project_codename__/__project_codename__.py'], author="__author__", version='__version__', name='__project_codenane__', author_email="__author_email__", url="__url__", description="__description__", license="__license__", #keywords=["my", "script", "does", "things"] )