From d491d3c19398dc816ddf7b9ef069431a9d36dcd6 Mon Sep 17 00:00:00 2001 From: mxmlnkn Date: Sat, 9 Nov 2024 16:54:02 +0100 Subject: [PATCH] [doc] Update project description --- python/indexed_bzip2/pyproject.toml | 2 +- python/rapidgzip/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/indexed_bzip2/pyproject.toml b/python/indexed_bzip2/pyproject.toml index a6df8148..57daf0f9 100644 --- a/python/indexed_bzip2/pyproject.toml +++ b/python/indexed_bzip2/pyproject.toml @@ -12,7 +12,7 @@ requires = ["setuptools >= 61.2, < 72", "wheel", "cython >= 0.29.24"] name = "indexed_bzip2" version = "1.6.0" description = "Fast random access to bzip2 files" -authors = [{name = "Maximilian Knespel", email = "mxmlnkn@github.de"}] +authors = [{name = "Maximilian Knespel", email = "mxmlnknp@gmail.com"}] license = {text = "MIT"} classifiers = [ "License :: OSI Approved :: Apache Software License", diff --git a/python/rapidgzip/pyproject.toml b/python/rapidgzip/pyproject.toml index 19024388..41f03027 100644 --- a/python/rapidgzip/pyproject.toml +++ b/python/rapidgzip/pyproject.toml @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta" name = "rapidgzip" version = "0.14.3" description = "Parallel random access to gzip files" -authors = [{name = "Maximilian Knespel", email = "mxmlnkn@github.de"}] +authors = [{name = "Maximilian Knespel", email = "mxmlnknp@gmail.com"}] license = {text = "MIT"} classifiers = [ "License :: OSI Approved :: Apache Software License",