summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add sphinx based documentationChristoph Reiter2017-12-111-1/+5
* setup.py: Rework pycairo discovery to not use pkg-configChristoph Reiter2017-12-101-17/+27
* setup.py: Fix the distcheck command on WindowsChristoph Reiter2017-12-091-2/+7
* setup.py: Remove various classifiers and the download-url which aren't accept...Christoph Reiter2017-12-091-1/+0
* setup.py: Port to distutils/setuptoolsChristoph Reiter2017-12-061-79/+330
* Allow installing with pipMathieu Bridon2016-06-291-0/+105
* Remove distutils based build system.Dieter Verfaillie2011-09-071-351/+0
* setup.py: fix user_access_control optionDieter Verfaillie2011-03-181-1/+1
* setup.py: Set bdist_wininst user-access-control propertyDieter Verfaillie2011-03-031-1/+2
* setup.py: fix the provides keyword argumentDieter Verfaillie2011-01-111-1/+1
* setup.py: use the same spaces-less format for all setup() parametersDieter Verfaillie2011-01-111-4/+4
* setup.py: fix another case of use True/False instead of 1/0Dieter Verfaillie2010-12-141-1/+1
* setup.py: ease maintenance burden for tests installationDieter Verfaillie2010-11-041-20/+3
* setup.py: formatting cleanup, makes things readableDieter Verfaillie2010-11-031-30/+26
* setup.py: build and install testsDieter Verfaillie2010-11-031-0/+61
* setup.py: install documentation when available on build systemDieter Verfaillie2010-11-031-0/+3
* setup.py: install pygobject-codegen scriptDieter Verfaillie2010-11-031-0/+25
* setup.py: install fixxref.py scriptDieter Verfaillie2010-11-031-0/+3
* setup.py: rearrange constantsDieter Verfaillie2010-11-031-17/+20
* setup.py: check python version and pkgconig availability before anything elseDieter Verfaillie2010-11-031-8/+10
* setup.py: simplify sys.platform != 'win32' detection and error reportingDieter Verfaillie2010-11-031-20/+9
* setup.py: rearrange importsDieter Verfaillie2010-11-031-9/+22
* Correctly build GIO on windowsJohn Stowers2010-10-161-3/+3
* Require Python >= 2.6.0 for Windows buildJohn Stowers2010-10-161-1/+1
* Fix build on windowsJohn Stowers2010-10-161-2/+2
* Setup.py cosmetic tidyJohn Stowers2010-04-161-25/+14
* Bug 589671 - Dont use generate-constantsJohn Stowers2010-04-161-1/+1
* Bug 589671 - Fix setup.py for windows buildJohn Stowers2010-04-161-14/+88
* set FFI_LIBS to '', since this is mostly used on win32.Johan Dahlin2008-05-311-0/+1
* Catch ImportError exception when codegen is not available: disableCedric Gustin2006-09-211-3/+11
* Set datarootdir in .pc file.Cedric Gustin2006-06-281-2/+5
* Add compiler / linker flags from pkgconfig-2.0.pc by default, with anJohn Ehresman2006-04-181-1/+2
* reindentJohan Dahlin2006-04-111-1/+1
* Add distutils supportJohan Dahlin2006-01-091-0/+196