How to include files like .txt and .yaml in the obfuscated module? #1691
-
When we run In previous versions we used to accomplish by adding |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Refer to https://pyarmor.readthedocs.io/en/latest/tutorial/obfuscation.html#copying-package-data-files |
Beta Was this translation helpful? Give feedback.
-
Hi @jondy, If we want to have all the data files we can use Current I am copying the required files after obfuscation |
Beta Was this translation helpful? Give feedback.
-
Using whitespace as separator, for example, |
Beta Was this translation helpful? Give feedback.
Using whitespace as separator, for example,
pyarmor gen data_files="Dockerfile *.yaml env"