summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2014-06-04Add a main function to app.pyFlorian Bruhin
2014-05-15Try to preserve git commit id with setup.py/freeze.pyFlorian Bruhin
2014-05-15Rename setupdata to setupcommonFlorian Bruhin
2014-05-13Add freeze.pyFlorian Bruhin
2014-05-08Switch from appdirs to QStandardPathsFlorian Bruhin
2014-05-06Depend on appdirs instead of bundlingFlorian Bruhin
2014-05-05Move ez_setup.py to scriptsFlorian Bruhin
2014-05-02Fix encoding issues on windows.Florian Bruhin
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-04-29Add package_dataFlorian Bruhin
2014-04-29Add line breaks in setup.pyFlorian Bruhin
2014-04-29Add ez_setupFlorian Bruhin
2014-04-29Add testsuite and zip_safe=TrueFlorian Bruhin
2014-04-29Use include_package_data=TrueFlorian Bruhin
2014-04-28Add setup.pyFlorian Bruhin