Grimrukh / soulstruct

Python tools for inspecting and modifying FromSoft games (mainly Dark Souls 1).
144 stars 16 forks source link

Install all packages in setuptools script #5

Closed garyttierney closed 3 years ago

garyttierney commented 3 years ago

Previously only the root soulstruct namespace was being installed by the setuptools package, this meant all the individual game packages were missing. This change uses find_packages() from setuptools to find all relevant packages to put into the archive.

Grimrukh commented 3 years ago

I'll also update this to ensure only soulstruct.* packages are installed.