From 502124ce606b3f8da01c072a5f0673cfa8bd308c Mon Sep 17 00:00:00 2001 From: Nick Coghlan <@ncoghlan> Date: Tue, 12 Jan 2016 16:42:24 +1000 Subject: [PATCH] Adjust packaging for renamed README --- MANIFEST.in | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9e664ba..6722552 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include *.py *.txt *.rst +include *.py *.txt *.rst *.md recursive-include docs *.rst *.py make.bat Makefile diff --git a/setup.py b/setup.py index b172c59..bb08f1e 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( py_modules=['contextlib2'], license='PSF License', description='Backports and enhancements for the contextlib module', - long_description=open('README.txt').read(), + long_description=open('README.md').read(), author='Nick Coghlan', author_email='ncoghlan@gmail.com', url='http://contextlib2.readthedocs.org'