diff --git a/setup.py b/setup.py index b1f7bf1..bf6293f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages with open('README.rst', encoding='utf8') as readme_file: - README = readme_file.read() + README = "Not available" #readme_file.read() setup( author='Brandon Taylor',