setup.py: do not install package as a zip file.
authorJean-François Nguyen <jf@lambdaconcept.com>
Tue, 1 Jun 2021 19:07:53 +0000 (21:07 +0200)
committerJean-François Nguyen <jf@lambdaconcept.com>
Tue, 1 Jun 2021 19:09:51 +0000 (21:09 +0200)
setup.py

index e808f634d7f02aec05bec8f19d4445051f88e4cf..d546f652bf18f203584ef2cf8dfa933cd6b5250a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,7 @@ setup(
         "SFL": ["asyncserial"]
     },
     packages=find_packages(),
+    zip_safe=False, # install package as a directory. needed to build the SoC firmware.
     include_package_data=True,
     project_urls={
         "Source Code": "https://github.com/lambdaconcept/lambdasoc",