From aaa11d200a32470db32122d73ea13f9597de1f73 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Fri, 9 Aug 2024 15:48:59 +0200 Subject: [PATCH] Add package data and Python 3.12 to metadata (#179) --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 0b70e45..0818a22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,12 +16,15 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Software Development :: Testing [options] packages = pifpaf +include_package_data = true + install_requires = daiquiri click