setup.py with a different name
Gabriel Becedillas <[email protected]> Mon, 29 Jun 2020 21:45:14 -0300
| Newsgroups | gmane.comp.python.distutils.devel |
|---|---|
| Message-ID | <CAOgonqCAMoxZqZNs=rMkLr_F3Sm4kk7D_YSzcLio4uY7zxKzAg@mail.gmail.com> |
Hi, I'm trying to build a python package but my setup.py is actually named pkg1_setup.py (this is because I have multiple packages in the same repo). The package built is *almost* fine, except that setup.py is not included in the package built. I understand that the *normal* structure would be to have something like this: * setup.py * mypackage\... but before refactoring the repository structure to accommodate that I'd like to validate that there is no other way of doing that. I tried using the script_name parameter to setuptools.setup but had no luck. Any suggestions? Thanks a lot -- Distutils-SIG mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/EXOGGI2YTZPJVFLK5LIVYKUGQZ4G4JQ2/