1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 04:58:12 +00:00

Update setup.py

This commit is contained in:
Var 2022-05-03 16:36:57 +05:30 committed by GitHub
parent 45bd2699e9
commit 57e79af270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ packages = [
]
readme = ''
with open('README.md') as f:
with open('README.rst') as f:
readme = f.read()
extras_require = {