forked from goodboy/tractor
1
0
Fork 0

Woops, add `.msg` sub-pkg to install set

modden_spawn_from_client_req
Tyler Goodlet 2024-03-06 09:48:46 -05:00
parent e536057fea
commit 04c99c2749
1 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,9 @@ setup(
platforms=['linux', 'windows'],
packages=[
'tractor',
'tractor.experimental',
'tractor.trionics',
'tractor.experimental', # wacky ideas
'tractor.trionics', # trio extensions
'tractor.msg', # lowlevel data types
],
install_requires=[