Skip to content

Commit

Permalink
fix package for pal_edit
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbear committed Feb 20, 2024
1 parent 92e65d4 commit ba28789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
graft palworld_server_toolkit/PalEdit/resources
graft palworld_server_toolkit/pal_edit/palworld_pal_edit/resources
prune palworld_server_toolkit/resources/items
prune palworld_server_toolkit/resources/pal_category
prune palworld_server_toolkit/resources/pal_inventory
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ classifiers =

[options]
package_dir =
palworld_server_toolkit.PalEdit=palworld_server_toolkit/PalEdit
palworld_server_toolkit.PalEdit.lib=palworld_server_toolkit/PalEdit/lib
palworld_server_toolkit.PalEdit.lib.rawdata=palworld_server_toolkit/PalEdit/lib/rawdata
palworld_server_toolkit.PalEdit=palworld_server_toolkit/pal_edit/palworld_pal_edit
#packages = find:
packages =
palworld_server_toolkit
palworld_server_toolkit.PalEdit
palworld_server_toolkit.PalEdit.lib
palworld_server_toolkit.PalEdit.lib.rawdata
python_requires = >=3.9

0 comments on commit ba28789

Please sign in to comment.