Skip to content

Conversation

@sfriesel
Copy link
Contributor

Drop Python 2.5 leftovers

This is outdated for ages and took up a lot of lines 

Update dependencies
Separate py2exe creation from setup.py

Py2exe is a distutils extension and has it's own way of discovering modules, so it doesn't make sense to combine in it with regular pip/ setuptools operations. Also normal pip install should work the same on Windows and Unix. Also simplify and update the steps for py2exe. 

Bump version to 1.16.2

sfriesel added 4 commits May 3, 2016 16:58
This is outdated for ages and took up a lot of lines
Py2exe is a distutils extension and has it's own way of discovering modules, so it doesn't make sense to combine in it with regular pip/ setuptools operations. Also normal pip install should work the same on Windows and Unix. Also simplify and update the steps for py2exe.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@sfriesel