Skip to content
Snippets Groups Projects
Verified Commit 93a28735 authored by Lars Thoms's avatar Lars Thoms
Browse files

Bump version and update project metadata

- Version incremented from 1.0.0 to 1.0.1.
- Added dependencies: jupyterhub, humanize, redis[hiredis].
parent 82577b59
Branches
Tags v1.0.1
No related merge requests found
......@@ -4,16 +4,26 @@ build-backend = "setuptools.build_meta"
[project]
name = "jupyter_utils"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"jupyterhub>=5.3.0",
"humanize>=4.12.3",
"redis[hiredis]>=6.2.0",
]
requires-python = ">=3.11"
authors = [
{name = "Lars Thoms", email = "lars.thoms@uni-hamburg.de"},
]
description = "Jupyter Utils is a collection of utilities designed to enhance Jupyter environments."
requires-python = ">=3.11"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
keywords = ["jupyter", "jupyterhub", "utils", "package management", "deduplication"]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[tool.setuptools.packages]
find = { }
\ No newline at end of file
[project.urls]
Homepage = "https://dl.min.uni-hamburg.de"
Repository = "https://gitlab-ce.rrz.uni-hamburg.de/dl.min/technik/jupyter/jupyter-utils.git"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment