-
I'm using latest 8.4.6 (pro) and I have a package structure that includes additional files: root: Now I included already in the MANIFEST.in this: include my_package/database.sqlite so I expected when I run this:
that database.sqlite would be also copied to packaging/my_package along with the obfuscated files, but this is not happening. Any ideas what I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please check |
Beta Was this translation helpful? Give feedback.
-
Thank you!
Did the trick |
Beta Was this translation helpful? Give feedback.
Please check
https://pyarmor.readthedocs.io/en/latest/tutorial/obfuscation.html#copying-package-data-files
Or write your own
post_build
plugin to copy data files