[11:02:52] <dstufft> ronny: I'm not sure what specifically you're asking. Travis has support for releasing to PyPI which is what I think you're asking.
[11:14:29] <ronny> dstufft: i meant credentials and dedicated users for automation
[11:31:04] <ronny> dstufft: different topic, any idea how to extract the major/minor version pair from a pkg_resources distribution object
[11:31:41] <dstufft> ronny: there's no support for the travis release yet besides just registering a second user and using that
[11:32:26] <dstufft> I think pkg_resources distribution object exposes packaging.version (maybe?) there's an open ticket to add more comprehensive access to parts of the version in packaging.version
[11:37:49] <ronny> dstufft: i see, so for now i would have to do something ugly to get by
[11:38:15] <ronny> dstufft: im trying to get a minimal sphinx config for a project
[11:38:34] <dstufft> ronny: I normally just split on "." and take the first two
[11:38:48] <dstufft> if it's a project I control and I know it'll always have that
[11:38:56] <xafer> dstufft: https://github.com/pypa/pip/pull/3598 seems ok to you ?
[11:39:32] <dstufft> xafer: seems ok I guess. I don't really know a whole lot about those APIs tbh