Multiple packages from one source

I have a codebase consisting of spam.PartA

, spam.PartB

and spam.Common

. How to write setup.py

to create packages for PartA + Common

and PartB + Common

?

+3


source to share





All Articles