aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Reformat and remove of trailing spaces from filesCristian Maureira-Fredes2018-04-191-22/+27
| | | | | | | | Continuing the 72/79 reformatting with the remaining Python files. Change-Id: I4fc0abd720326a16ed4b2d431fd703de71fe02e9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Fix licensesFriedemann Kleint2017-04-051-0/+39
| | | | | | | | | | | | | | | | | | Fix license checker error messages when run in default mode (git ls-files in pyside-setup): Failed test '.../pyside-setup/header.LGPL re-defines a license of type LGPL originally defined in .../qtbase/header.LGPL' not ok 2 - docs/conf.py does not appear to contain a license header not ok 3 - docs/make.bat does not appear to contain a license header not ok 4 - ez_setup.py does not appear to contain a license header not ok 5 - popenasync.py does not appear to contain a license header not ok 7 - qtinfo.py does not appear to contain a license header not ok 11 - utils.py does not appear to contain a license header Task-number: PYSIDE-491 Change-Id: Ia10ff40ef39c64ac717f36ed073b1d1675a150d1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Update setuptools bootstrap script to latest versionrlacko2014-10-291-44/+44
|
* Update setuptools bootstrap script to latest versionrlacko2014-05-051-91/+62
|
* Update ez_setup.py to latest versionrlacko2013-12-111-49/+28
|
* Update ez_setup.py to latest versionRoman Lacko2013-11-181-1/+1
|
* Update ez_setup.py to latest versionrlacko2013-11-051-1/+1
|
* Update ez_setup.py to latest versionRoman Lacko2013-10-281-4/+16
|
* Update ez_setup.py to latest versionRoman Lacko2013-10-091-13/+26
|
* Update ez_setup.py to latest versionRoman Lacko2013-08-201-19/+112
|
* Switched to the new setuptools (v0.9.8) which has been merged with ↵Roman Lacko2013-08-031-0/+264
Distribute again and works for Python 2 and 3 with one codebase