Re: Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-20 Thread Kubilay Kocak
On 5/01/2022 11:46 am, Yoshihiro Ota wrote: Hi, I recently create a new PyPI tool for FreeBSD. Based on PyPI's instruction, I have setup.cfg only without setup.py. https://packaging.python.org/en/latest/tutorials/packaging-projects/ suggests go with setup.cfg only for simplicity. I'm now tryin

Re: Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-04 Thread Yoshihiro Ota
On Wed, 5 Jan 2022 01:58:02 + Teran McKinney wrote: > On 2022-01-04 19-46-33, Yoshihiro Ota wrote: > > Hi, > > > > I recently create a new PyPI tool for FreeBSD. > > Based on PyPI's instruction, I have setup.cfg only without setup.py. > > https://packaging.python.org/en/latest/tutorials/

Re: Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-04 Thread Teran McKinney
On 2022-01-04 19-46-33, Yoshihiro Ota wrote: > Hi, > > I recently create a new PyPI tool for FreeBSD. > Based on PyPI's instruction, I have setup.cfg only without setup.py. > https://packaging.python.org/en/latest/tutorials/packaging-projects/ suggests > go with setup.cfg only for simplicity.

Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-04 Thread Yoshihiro Ota
Hi, I recently create a new PyPI tool for FreeBSD. Based on PyPI's instruction, I have setup.cfg only without setup.py. https://packaging.python.org/en/latest/tutorials/packaging-projects/ suggests go with setup.cfg only for simplicity. I'm now trying to make a port for it. However, FreeBSD port