Skip to content

Commit

Permalink
Don't use ensure_python (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Dec 8, 2021
1 parent 2f3def9 commit d75d60a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jupyter_archive/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Project Jupyter.
# Distributed under the terms of the Modified BSD License.

__version__ = '2.2.0'
__version__ = '2.3.1'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hadim/jupyter-archive",
"version": "2.2.0",
"version": "2.3.1",
"description": "A Jupyterlab extension to make, download and extract archive files.",
"keywords": [
"jupyter",
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@
ensure_targets,
find_packages,
combine_commands,
ensure_python,
get_version,
HERE,
)

# The name of the project
name = "jupyter_archive"

# Ensure a valid python version
ensure_python(">=3.5")

# Get our version
version = get_version(pjoin(name, "_version.py"))

Expand Down

0 comments on commit d75d60a

Please sign in to comment.