Commit b4edc0d7 authored by Will LaShell's avatar Will LaShell
Browse files

Merging fixes for setup

parent f44f5c84
Loading
Loading
Loading
Loading

setup.cfg

0 → 100644
+2 −0
Original line number Diff line number Diff line
[metadata]
description-file = README.md
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -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)))