We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4445f0 commit 734643bCopy full SHA for 734643b
1 file changed
setup.py
@@ -1,4 +1,5 @@
1
#!/usr/bin/env python
2
+# coding: utf-8
3
from warnings import warn
4
import os.path
5
import sys
@@ -21,12 +22,12 @@
21
22
23
setup(name='futures',
24
version='3.1.1',
- description='Backport of the concurrent.futures package from Python 3.2',
25
+ description='Backport of the concurrent.futures package from Python 3',
26
long_description=readme,
27
author='Brian Quinlan',
28
author_email='brian@sweetapp.com',
- maintainer='Alex Gronholm',
29
- maintainer_email='alex.gronholm+pypi@nextday.fi',
+ maintainer=u'Alex Grönholm',
30
+ maintainer_email='alex.gronholm@nextday.fi',
31
url='https://github.com/agronholm/pythonfutures',
32
packages=['concurrent', 'concurrent.futures'],
33
python_requires='>=2.6, <3',
0 commit comments