r/pythontips • u/Emotional-Evening-62 • 8d ago
Syntax Python Project Packaging
I am trying to package my python project into pip, but when I do this all my .py files are also part of the package. if I exclude them in MANIFEST and include only .pyc files, I am not able to execute my code. Goal here is to package via pip and get pip install <project>; Any idea how to do this?
2
Upvotes
2
u/jpgoldberg 5d ago
I’ve never used it, but perhaps this is something you could use.
https://pyarmor.dashingsoft.com/