commit 513723dd4f04a4cdc9d0094a4dd8aafc529b9bbf parent 164a724e161db1e2846bcc5ef87f2eda58b956a0 Author: nolash <dev@holbrook.no> Date: Fri, 1 Oct 2021 10:17:35 +0200 Include packages Diffstat:
M | setup.py | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/setup.py b/setup.py @@ -24,6 +24,10 @@ def main(): author="Louis Holbrook", author_email="dev@holbrook.no", install_requires=requirements, + packages=[ + 'swarm', + 'swarm.runnable', + ], ext_modules=[ Extension("swarm", [ "src/python_swarm.c",