Changing py-modules to packages

This commit is contained in:
2023-03-18 22:55:05 +02:00
parent d3edfb5b42
commit cc3497fd29

View File

@ -32,7 +32,7 @@ documentation = "https://github.com/Bubobubobubobubo/ziffers-python"
repository = "https://github.com/Bubobubobubobubo/ziffers-python" repository = "https://github.com/Bubobubobubobubo/ziffers-python"
[tool.setuptools] [tool.setuptools]
py-modules = ['ziffers'] packages = ['ziffers']
[tool.black] [tool.black]
target_version = ['py311'] target_version = ['py311']