Skip to content

[WIP] Cleaning #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

[WIP] Cleaning #73

wants to merge 4 commits into from

Conversation

sfriesel
Copy link
Contributor

@sfriesel sfriesel commented May 3, 2016

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 free to 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.

1 participant