mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-02-14 07:11:14 +01:00
Fix setuptools package find
This commit is contained in:
@@ -64,7 +64,7 @@ build = [
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["pytiled-parser", "pytiled-parser.*"]
|
||||
include = ["pytiled_parser", "pytiled_parser.*"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
|
||||
Reference in New Issue
Block a user