Install python repository without parent directory structure
问题 I have a repository I inherited used by a lot of teams, lots of scripts call it, and it seems like its going to be a real headache to make any structural changes to it. I would like to make this repo installable somehow. It is structured like this: my_repo/ scripts.py If it was my repository, I would change the structure like so and make it installable, and run python setup.py install : my_repo/ setup.py my_repo/ __init__.py scripts.py If this is not feasible (and it sounds like it might not