from os import environ from setuptools import setup setup(version=environ.get('VERSION', None))