Skip to content
Commits on Source (2)
[metadata]
description-file = README.md
\ No newline at end of file
......@@ -2,7 +2,7 @@ import os
from setuptools import setup, find_packages
README = open(os.path.join(os.path.dirname(__file__), 'README.md')).read()
README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
......