Adjust packaging for renamed README

This commit is contained in:
Nick Coghlan 2016-01-12 16:42:24 +10:00
parent 82df9fa071
commit 502124ce60
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
include *.py *.txt *.rst
include *.py *.txt *.rst *.md
recursive-include docs *.rst *.py make.bat Makefile

View file

@ -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'