I am creating a Python module. My question is how can I organize the distribution so that it has a directory structure similar to most standard Python modules. Is there something similar to a MakeFile in Python that has setup.py filename?
Directory structure:
pymodule_x-y.tar.gz/ + pymodule/ + __init__.py + pymodule.py + setup.cfg + setup.py + test/ + test_case.py
source share