Typo error

This commit is contained in:
DorianCoding 2024-10-15 13:17:52 +02:00 committed by GitHub
parent f1cca97647
commit 0e93705e19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ install_requires = [
from os import path from os import path
this_directory = path.abspath(path.dirname(__file__)) this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, "README.rst")) as f: with open(path.join(this_directory, "README.md")) as f:
long_description = f.read() long_description = f.read()
setup( setup(