summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2015-05-31Update setup.pyjvoisin
2015-05-15moving platform-specific scripts into install folder, and making onionshare C...Micah Lee
2015-05-15excluding many frameworks from osx binary (#151)Micah Lee
2015-05-15adding html files to Resources, loading them from the correct path, and make ...Micah Lee
2015-05-15Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in p...Micah Lee
2015-05-15moved build scripts into install folder (#181)Micah Lee
2014-11-18pep8: too long lines, reformat lines to < 120 chars. removed redundancy from ...Thomas Waldmann
2014-11-18pep8: fix empty line countsThomas Waldmann
2014-09-20Update setup.pyAkuankkis
2014-09-19splits translations into multiple files (#146)Micah Lee
2014-09-03moving image files into /usr/share instead of /usr/lib (fixes #126)Micah Lee
2014-09-02add utf-8 encoding to all .py filesMicah Lee
2014-09-02added GPLv3 license to each source fileMicah Lee
2014-08-20move constant_time_compare function into onionshare from itsdangerous, to avo...Micah Lee
2014-08-19make itsdangerous actually load in any wheezyMicah Lee
2014-08-19make itsdangerous packaged on any wheezy, not just tailsMicah Lee
2014-08-19bundled itsdangerous, for tails supportMicah Lee
2014-06-26fixed setup.py after ripping out windows and osxMicah Lee
2014-06-25made pyinstaller work for OSX (#43)Micah Lee
2014-06-24removing windows code from setup.py, because building for windows uses pyinst...Micah Lee
2014-06-20qtwebkit needs imageformats plugin for animated gifs to work. loader.gif work...Micah Lee
2014-06-20adding window icon (#49)Micah Lee
2014-06-20Building a .exe now successfully works (#35)Micah Lee
2014-06-19OSX version still needs a bit of work, but completely works now (#43)Micah Lee
2014-06-20fixing linux options in setup.pyMicah Lee
2014-06-20add file_list to setup.pyMicah Lee
2014-06-20remove pypi publishing stuffMicah Lee
2014-06-12more properly segment different platforms in setup.pyMicah Lee
2014-06-10added OSX iconMicah Lee
2014-06-10requiring earlier versions of python deps, so they can be installed in wheezy...Micah Lee
2014-06-10starting OSX packagingMicah Lee
2014-06-09build_deb.sh successfully builds a debian package, including the .desktop lau...Micah Lee
2014-06-09version bump to 0.3dev, and moved version into separate file to keep things DRYMicah Lee
2014-06-09starting to create .desktop launcher (#32)Micah Lee
2014-05-30Merge branch 'master' into guiMicah Lee
2014-05-30version bump to 0.20.2Micah Lee
2014-05-29made onionshare_gui its own python packageMicah Lee
2014-05-27making onionshare-gui fit the new directory structure, and stop using subprocessMicah Lee
2014-05-27re-added dependencies, to get onionshare working in Tails again (fixes #16)Micah Lee
2014-05-24remove classifiers from setup.py to get uploading to pypi workingMicah Lee
2014-05-24fix subprocess.call syntaxMicah Lee
2014-05-24use subprocess instead of os.system, and gpg-sign releasesMicah Lee
2014-05-24packaging onionshare more proper-likeMicah Lee
2014-05-24starting at version 0.1, and setting python dependenciesMicah Lee
2014-05-23Refactored onionshareHenrique Pereira