[09:10:50] <ssc> I am currently trying to figure out a way to easily sync. setup.py with a conda meta.yaml and putting all static meta data in a common place would be a good first step.
[09:20:15] <ronny> ssc: in that case, perhaps write a setuptools plugin that pulls metadata out of meta.yaml?
[10:11:29] <ssc> hm. I wanted to do it the outher way around but it sounds indeed easier this way :)
[12:52:32] <moldy> i will take the approach of just handling the bug reports from people with old setuptools
[12:53:56] <xafer> Well if your module is pure python, you can provide universal wheels and should not hear about old setuptools
[12:58:45] <Wooble> For extra fun, the people with old setuptools probably can't install wheels :P
[13:03:11] <moldy> xafer: that would probably be good, but i know next to nothing about wheels so far, and i think the same is true about the primary maintainer, so we should do some homework first :)