Skip to content

Commit 4236bf6

Browse files
committed
Remove the side-by-side manifest
Side-by-side assemblies are difficult to manage. We'll switch to copying `python*.dll` and `python*.zip` into `bin` instead. It's a bit more space usage but much more manageable in the long run.
1 parent fec05e6 commit 4236bf6

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

conanfile.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class EmbeddedPython(ConanFile):
1414
settings = {"os": ["Windows"]}
1515
options = {"pip_packages": "ANY"}
1616
default_options = "pip_packages=None"
17-
exports = "embedded_python.manifest" # needed to find the python dll outside of the exe dir
1817
short_paths = True # some of the pip packages go over the 260 char path limit on Windows
1918

2019
def _get_binaries(self):

embedded_python.manifest

-6
This file was deleted.

0 commit comments

Comments
 (0)