I\'m not quite sure how to build a really simple one-file source module. Is there a sample module out there one the web somewhere which can be built as a python .egg?
Fr
You can use the py_modules argument instead of the packages argument to list single file modules.
py_modules
packages
See https://docs.python.org/3/distutils/setupscript.html#listing-individual-modules