Fixed files missing from the source distribution

This commit is contained in:
Alex Gr?nholm 2014-01-14 11:06:23 +02:00
parent 7e58f1b604
commit 375ad269d8
4 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2.1.6
=====
- Fixed a problem with files missing from the source distribution
2.1.5
=====

5
MANIFEST.in Normal file
View File

@ -0,0 +1,5 @@
recursive-include docs *
include *.py
include tox.ini
include CHANGES
include LICENSE

View File

@ -45,9 +45,9 @@ copyright = u'2009-2011, Brian Quinlan'
# built documents.
#
# The short X.Y version.
version = '2.1.3'
version = '2.1.6'
# The full version, including alpha/beta/rc tags.
release = '2.1.3'
release = '2.1.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -12,7 +12,7 @@ except ImportError:
from distutils.core import setup
setup(name='futures',
version='2.1.5',
version='2.1.6',
description='Backport of the concurrent.futures package from Python 3.2',
author='Brian Quinlan',
author_email='brian@sweetapp.com',