summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2013-11-14More setup.py improvementsdevelopTomás Touceda
2013-11-14Improve setup.py slightlyTomás Touceda
2011-10-20Fix file permissionsTomás Touceda
2011-07-26Update lockfile to work on OSXTomás Touceda
This changes the file modes, it seems OSX needs it this way.
2009-08-25Install with BitTorrent support if the library is availableSebastian Hahn
Based on patch by coderman
2009-06-01remove svn keywordsSebastian Hahn
2008-12-02Add additional options for single file py2exe builds.Martin Peck
git-svn-id: file:///home/or/svnrepo/updater/trunk@17443 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-12-01console option for py2exe wants an array.Martin Peck
git-svn-id: file:///home/or/svnrepo/updater/trunk@17432 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-12-01Only pass the console argument to distutils if it knows how to cope with it. ↵Nick Mathewson
Otherwise, distutils warns. git-svn-id: file:///home/or/svnrepo/updater/trunk@17430 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-27Add mysterious commands suggested by coderman. He says they will make ↵Nick Mathewson
py2exe work. They don't _look_ like a backdoor to me, so in they go! :) git-svn-id: file:///home/or/svnrepo/updater/trunk@17398 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-16add subpackage to setup.pyNick Mathewson
git-svn-id: file:///home/or/svnrepo/updater/trunk@17300 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-10-15In python 2.6 and later, simplejson is built-in as json.Nick Mathewson
git-svn-id: file:///home/or/svnrepo/updater/trunk@17112 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-10-14Work with python 2.4 -m syntaxNick Mathewson
git-svn-id: file:///home/or/svnrepo/updater/trunk@17100 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-10-14Make sure arguments to python get quoted right by wrapper scripts. $ @ is ↵Nick Mathewson
portable, yes? git-svn-id: file:///home/or/svnrepo/updater/trunk@17095 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-10-14Add some in-code documentation, fix some dead code, add a license, add a ↵Nick Mathewson
working distutils script. git-svn-id: file:///home/or/svnrepo/updater/trunk@17092 55e972cd-5a19-0410-ae62-a4d7a52db4cd