mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Adjust packaging for renamed README
This commit is contained in:
parent
82df9fa071
commit
502124ce60
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
include *.py *.txt *.rst
|
||||
include *.py *.txt *.rst *.md
|
||||
recursive-include docs *.rst *.py make.bat Makefile
|
||||
|
||||
|
|
|
|||
2
setup.py
2
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue