1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-02-02 06:05:45 +01:00

Fixed packages find in pyproject

This commit is contained in:
2024-09-14 15:59:25 +02:00
parent f311605019
commit 7e3d68624f
2 changed files with 3 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ Homepage = "https://github.com/gryf/fs-uae-wrapper"
fs-uae-wrapper = "fs_uae_wrapper.wrapper:run"
[tool.setuptools]
py-modules = ["fs_uae_wrapper"]
packages = ["fs_uae_wrapper"]
[tool.distutils.bdist_wheel]
universal = true