Skip to content
Snippets Groups Projects
Commit 8a849022 authored by Alex Wiens's avatar Alex Wiens
Browse files

Fix character case in filename

parent 6b3ee227
No related branches found
No related tags found
No related merge requests found
import setuptools
with open("readme.md", "r") as fh:
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment