Skip to content

Commit 59e63d0

Browse files
committed
updated readme file
1 parent e1facda commit 59e63d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.rst README.md

File renamed without changes.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
with open(os.path.join(os.path.dirname(__file__), "README.rst")) as readme:
4+
with open(os.path.join(os.path.dirname(__file__), "README.md")) as readme:
55
README = readme.read()
66

77
# allow setup.py to be run from any path

0 commit comments

Comments
 (0)