from setuptools import setup with open("VERSION", "r") as versionfile: version = versionfile.read() setup( name='similarity-inference', version=version, packages=['similarity'], url='', license='', author='Chris von Csefalvay', author_email='', description='' )