We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade3df1 commit ba79525Copy full SHA for ba79525
setup.py
@@ -9,6 +9,7 @@
9
setuptools.setup(
10
name='contextvars',
11
version="2.1",
12
+ url='http://github.com/MagicStack/contextvars',
13
description='PEP 567 Backport',
14
long_description=readme,
15
author='MagicStack Inc',
@@ -20,6 +21,7 @@
20
21
'Development Status :: 3 - Alpha',
22
'Programming Language :: Python :: 3 :: Only',
23
'Programming Language :: Python :: 3.6',
24
+ 'Programming Language :: Python :: 3.5',
25
'Operating System :: POSIX',
26
'Operating System :: MacOS :: MacOS X',
27
'Operating System :: Microsoft :: Windows',
0 commit comments