Packaging a Python library with an executable
问题 I just finished a module and want to package it. I've read the documentation and this question packaging a python application but I am not sure about how to proceed when I don't have a package to import but a script to launch instead. The project looks like that: Project/ |-- README |-- requirement.txt |-- driver.py |-- run.py |-- module_1 | |-- __init__.py | |-- class_1.py | |-- class_2.py |-- module 2 |-- |-- __init__.py |-- |-- class_1.py |-- |-- class_2.py In order to launch the tool I do