sinnwerkstatt/runrestic

Fix the setup.py in pypi

fryfrog opened this issue · 2 comments

The setup.py that comes out of your pypi package uses a handful of setuptools things, but has from distutils.core import setup which means they don't work. Maybe something about poetry change could fix that?

You've already fixed it in the package you publish on github, yay! Might be worth double checking what makes it into pypi.

Thanks for your report :)

So apparently poetry still throws it's on setup.py there when running poetry publish. I do find the current solution acceptable though.