mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-05-28 08:18:17 +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
|
recursive-include docs *.rst *.py make.bat Makefile
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -11,7 +11,7 @@ setup(
|
||||||
py_modules=['contextlib2'],
|
py_modules=['contextlib2'],
|
||||||
license='PSF License',
|
license='PSF License',
|
||||||
description='Backports and enhancements for the contextlib module',
|
description='Backports and enhancements for the contextlib module',
|
||||||
long_description=open('README.txt').read(),
|
long_description=open('README.md').read(),
|
||||||
author='Nick Coghlan',
|
author='Nick Coghlan',
|
||||||
author_email='ncoghlan@gmail.com',
|
author_email='ncoghlan@gmail.com',
|
||||||
url='http://contextlib2.readthedocs.org'
|
url='http://contextlib2.readthedocs.org'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue