Skip to content

Commit 496f4aa

Browse files
committed
Update pyproject.toml and setup.py
Bump version number Closes python#46
1 parent 021a488 commit 496f4aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Software Development :: Libraries",
2323
"Programming Language :: Python :: 3",
2424
]
25-
requires-python = ">=3.4"
25+
requires-python = "==2.7,>=3.4"
2626
requires = [
2727
"pathlib2; python_version < '3'",
2828
"typing; python_version < '3.5'",

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
{":python_version < '3'": ['pathlib2'], ":python_version < '3.5'": ['typing']}
2020

2121
setup(name='importlib_resources',
22-
version='0.1.0',
22+
version='0.2',
2323
description='Read resources contained within a package.',
2424
author='Brett Cannon\nBarry Warsaw',
2525
author_email='brett@python.org\nbarry@python.org',
26-
url='http://importlib-resources.readthedocs.io/en/latest/',
26+
url='http://importlib-resources.readthedocs.io/',
2727
packages=packages,
2828
package_data=package_data,
2929
extras_require=extras_require,
30-
python_requires='>=3.4',
30+
python_requires='==2.7,>=3.4',
3131
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy