From 82f8c2dc07ec6e7ea6acc7044d86a46a9cacdb7e Mon Sep 17 00:00:00 2001 From: Samuel Searles-Bryant Date: Thu, 9 May 2024 00:25:08 +0100 Subject: [PATCH] Do not include tests in wheel This uses setuptools's automatic discovery, using the "flat-layout" approach. --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0022fa6..1ea941a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,6 @@ classifiers = Programming Language :: Python :: Implementation :: CPython [options] -packages = - find: install_requires = attrs tokenize-rt