From cc3497fd293c54598c295cc12e2109cf3cff8201 Mon Sep 17 00:00:00 2001 From: Miika Alonen Date: Sat, 18 Mar 2023 22:55:05 +0200 Subject: [PATCH] Changing py-modules to packages --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23820e3..e2f75bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ documentation = "https://github.com/Bubobubobubobubo/ziffers-python" repository = "https://github.com/Bubobubobubobubo/ziffers-python" [tool.setuptools] -py-modules = ['ziffers'] +packages = ['ziffers'] [tool.black] target_version = ['py311']