From a570f161f682972fe43b2f27816b01e4573dfcb8 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Fri, 24 Jan 2025 09:48:01 +0000
Subject: [PATCH] More metadata

---
 pyproject.toml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 529bd20..03069ec 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,6 +5,19 @@ build-backend = "setuptools.build_meta"
 [project]
 name = "zlib-into"
 version = "0.1"
+description = "Compress & decompress data with zlib into preallocated buffers"
+readme = "README.rst"
+authors = [
+  {name = "European XFEL GmbH", email = "da-support@xfel.eu"}
+]
+classifiers = [
+  "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
+  "Topic :: System :: Archiving :: Compression",
+]
+requires-python = ">=3.11"
+
+[project.urls]
+Source = "https://git.xfel.eu/kluyvert/zlib_into"
 
 [tool.setuptools]
 ext-modules = [
-- 
GitLab