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