import setuptools setuptools.setup( name="happy_numbers", version="0.0.1", author="Rob Shield", author_email="rshield@theorchard.com", description="Interview test", packages=setuptools.find_packages(), python_requires='>=3.7', )