Skip to content

Commit d75d60a

Browse files
authored
Don't use ensure_python (#79)
1 parent 2f3def9 commit d75d60a

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

jupyter_archive/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Project Jupyter.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = '2.2.0'
4+
__version__ = '2.3.1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadim/jupyter-archive",
3-
"version": "2.2.0",
3+
"version": "2.3.1",
44
"description": "A Jupyterlab extension to make, download and extract archive files.",
55
"keywords": [
66
"jupyter",

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@
88
ensure_targets,
99
find_packages,
1010
combine_commands,
11-
ensure_python,
1211
get_version,
1312
HERE,
1413
)
1514

1615
# The name of the project
1716
name = "jupyter_archive"
1817

19-
# Ensure a valid python version
20-
ensure_python(">=3.5")
21-
2218
# Get our version
2319
version = get_version(pjoin(name, "_version.py"))
2420

0 commit comments

Comments
 (0)