Update setup.py

master
Boyinapalli Sandeep Dora 2022-10-28 11:42:10 +05:30 committed by GitHub
parent b9c1f3e0c4
commit 871b9417fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
with open('README.rst', encoding='utf8') as readme_file: with open('README.rst', encoding='utf8') as readme_file:
README = readme_file.read() README = "Not available" #readme_file.read()
setup( setup(
author='Brandon Taylor', author='Brandon Taylor',