summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
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