pyproject.toml does not recognizing setup.py anymore [building new pypi package]

19 Views Asked by At

I created a Python package which I uploaded to PyPI.

I wanted to update it with a newer version. My project contains a simple pyproject.toml file, which refers to a setup.py file.

However, none of the dependencies listed in setup.py are getting installed.

This was not the case a few weeks ago, and now suddenly I can install dependencies only through pyproject.toml.

Did anyone encounter this problem?

0

There are 0 best solutions below