File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
22
22
" Topic :: Software Development :: Libraries" ,
23
23
" Programming Language :: Python :: 3" ,
24
24
]
25
- requires-python = " >=3.4"
25
+ requires-python = " ==2.7, >=3.4"
26
26
requires = [
27
27
" pathlib2; python_version < '3'" ,
28
28
" typing; python_version < '3.5'" ,
Original file line number Diff line number Diff line change 19
19
{":python_version < '3'" : ['pathlib2' ], ":python_version < '3.5'" : ['typing' ]}
20
20
21
21
setup (name = 'importlib_resources' ,
22
- version = '0.1.0 ' ,
22
+ version = '0.2 ' ,
23
23
description = 'Read resources contained within a package.' ,
24
24
author = 'Brett Cannon\n Barry Warsaw' ,
25
25
author_email = 'brett@python.org\n barry@python.org' ,
26
- url = 'http://importlib-resources.readthedocs.io/en/latest/ ' ,
26
+ url = 'http://importlib-resources.readthedocs.io/' ,
27
27
packages = packages ,
28
28
package_data = package_data ,
29
29
extras_require = extras_require ,
30
- python_requires = '>=3.4' ,
30
+ python_requires = '==2.7, >=3.4' ,
31
31
)
You can’t perform that action at this time.
0 commit comments