from setuptools import setup PACKAGE_NAME = 'text_generation' setup( name=PACKAGE_NAME, version='0.1', packages=[PACKAGE_NAME] )