From a1811767efc82532547bd6a19af58fc17e671644 Mon Sep 17 00:00:00 2001 From: Michael Rossol Date: Thu, 24 May 2018 09:46:22 -0600 Subject: [PATCH] setup updated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 458c88f..5962ad9 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,6 @@ version='0.1.0', author='Michael Rossol', author_email='mrossol@gmail.com', - long_description=open('README.txt').read(), + long_description=open('README.md').read(), packages=setuptools.find_packages(), )