This line is now causing errors in the build process of the software I manage that has pydgraph as a dependency!
I’m wondering if there’s something I can change on my end or if I need to request a change to your setup.py file.
On my end I’m doing:
devpi upload --no-vcs --formats=bdist_wheel
This seems to trigger the code in the setup.py of pydgraph.
Is it possible for you to correctly format your code without causing errors for users of your package?