from setuptools import setup setup( name='word-recommender', version='0.0.1', packages=['pytest'], url='', license='', author='nikatlas', author_email='nikatlas@gmail.com', description='Variable name generator' )