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

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://pa