From 181559898e54d3e6b2052644b81f4c4c136ce540 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Mon, 22 May 2023 15:04:30 +1000 Subject: [PATCH] Stop including README as top-level data file in package --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 58471bd..1420d77 100644 --- a/setup.py +++ b/setup.py @@ -44,5 +44,4 @@ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], - data_files=[desc_file], )