Commit Graph

7 Commits

Author SHA1 Message Date
Florian Bruhin
ae0966a384 Fix encoding issues on windows.
locale.getpreferredencoding(False) returns cp1252 on Windows, which is
unable to parse our nice unicode arrows.

Therefore, we always need to specify the encoding when using open().

Also we exclude configdata.py from pep257 on Windows because it doesn't
detect the encoding correctly... Bug is submitted:
https://github.com/GreenSteam/pep257/issues/70
2014-05-02 11:15:38 +02:00
Florian Bruhin
586b1df8df Add package_data 2014-04-29 07:44:50 +02:00
Florian Bruhin
166a71c263 Add line breaks in setup.py 2014-04-29 07:11:36 +02:00
Florian Bruhin
d8ec32a097 Add ez_setup 2014-04-29 06:52:56 +02:00
Florian Bruhin
0f6b5809e1 Add testsuite and zip_safe=True 2014-04-29 06:51:59 +02:00
Florian Bruhin
3dea986158 Use include_package_data=True 2014-04-29 06:51:50 +02:00
Florian Bruhin
f596864324 Add setup.py 2014-04-28 23:20:40 +02:00