From 6482c5a786146e504d68076db0545fb1c20b5869 Mon Sep 17 00:00:00 2001 From: Matthew Seal Date: Wed, 25 Jun 2025 16:49:49 -0700 Subject: [PATCH 1/2] Removed unncessary manifest entry for readme, moved license into pyproject.toml --- MANIFEST.in | 2 -- dest/lrkwheelhouse.zip | 1 + pyproject.toml | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 dest/lrkwheelhouse.zip diff --git a/MANIFEST.in b/MANIFEST.in index 7e9bbf313..1b888868a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,3 @@ -include README.md -include LICENSE include src/confluent_kafka/src/*.[ch] prune tests prune docs \ No newline at end of file diff --git a/dest/lrkwheelhouse.zip b/dest/lrkwheelhouse.zip new file mode 100644 index 000000000..b232c3b3d --- /dev/null +++ b/dest/lrkwheelhouse.zip @@ -0,0 +1 @@ +Bad Request \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cd6106ff3..5bfee9120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "confluent-kafka" +license = {file = "LICENSE"} version = "2.10.1" description = "Confluent's Python client for Apache Kafka" classifiers = [ @@ -29,6 +30,7 @@ ignore_missing_imports = true [tool.setuptools] include-package-data = false +license-files = ["LICENSE"] [tool.setuptools.dynamic] dependencies = {file = ["requirements/requirements.txt"]} From 7b677b70e5cefd2aacb583bde92bff6e4fecb4b5 Mon Sep 17 00:00:00 2001 From: Matthew Seal Date: Wed, 25 Jun 2025 16:52:45 -0700 Subject: [PATCH 2/2] Removed temporary file --- dest/lrkwheelhouse.zip | 1 - 1 file changed, 1 deletion(-) delete mode 100644 dest/lrkwheelhouse.zip diff --git a/dest/lrkwheelhouse.zip b/dest/lrkwheelhouse.zip deleted file mode 100644 index b232c3b3d..000000000 --- a/dest/lrkwheelhouse.zip +++ /dev/null @@ -1 +0,0 @@ -Bad Request \ No newline at end of file