def read()

in setup.py [0:0]


def read(fname):
    return open(os.path.join(BASE_DIR, fname)).read()