From 8a53184e0dbbf809442c8b4fb30ce16c09e9a6b6 Mon Sep 17 00:00:00 2001 From: Adrian Rumpold Date: Wed, 24 Jan 2024 07:23:12 +0100 Subject: [PATCH] chore: Update project metadata (#256) - Author name and email - Development status: alpha -> beta - Remove `zip-safe` Issue: #254 --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6231d86c..b81e12ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,14 +9,16 @@ keywords = ["lakeFS", "fsspec"] requires-python = ">=3.9" readme = "README.md" license = { text = "Apache-2.0" } -authors = [{ name = "appliedAI Initiative", email = "info+oss@appliedai.de" }] +authors = [ + { name = "appliedAI Institute for Europe", email = "lakefs-spec@appliedai-institute.de" }, +] maintainers = [ { name = "Nicholas Junge", email = "n.junge@appliedai-institute.de" }, { name = "Max Mynter", email = "m.mynter@appliedai-institute.de" }, { name = "Adrian Rumpold", email = "a.rumpold@appliedai-institute.de" }, ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", @@ -76,7 +78,6 @@ docs = [ [tool.setuptools] package-dir = { "" = "src" } -zip-safe = false [tool.setuptools.packages.find] where = ["src"]