Skip to content

Commit ba79525

Browse files
committed
setup.py: Add url and 3.5 classifier
1 parent ade3df1 commit ba79525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
setuptools.setup(
1010
name='contextvars',
1111
version="2.1",
12+
url='http://github.com/MagicStack/contextvars',
1213
description='PEP 567 Backport',
1314
long_description=readme,
1415
author='MagicStack Inc',
@@ -20,6 +21,7 @@
2021
'Development Status :: 3 - Alpha',
2122
'Programming Language :: Python :: 3 :: Only',
2223
'Programming Language :: Python :: 3.6',
24+
'Programming Language :: Python :: 3.5',
2325
'Operating System :: POSIX',
2426
'Operating System :: MacOS :: MacOS X',
2527
'Operating System :: Microsoft :: Windows',

0 commit comments

Comments
 (0)