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
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