summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2022-01-10bump minimum required version of python to 3.7Eli Schwartz
2021-03-10setuptools: move stuff to declarative cfg if possible [skip ci]Eli Schwartz
2021-03-09setup.py: remove pointless __main__ guardEli Schwartz
2021-03-09setuptools: don't hardcode list of modules to install, use find_packagesEli Schwartz
2021-01-23split mesonlib into a packageDylan Baker
2020-11-20setup.py: fix check fro 3.5.2 which should be 3.6Dylan Baker
2020-07-16mdata: remove setuptools and use mesondata insteadDaniel Mensinger
2020-02-20cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger
2019-11-02Minit templates modularizationMichael Hirsch, Ph.D
2019-11-02Ensure setuptools via PEP508/518 pyproject.tomlMichael Hirsch, Ph.D
2019-07-20Add optional progress bar when generating build.ninjaNirbheek Chauhan
2019-07-15compilers: Move clike into a mixins directoryDylan Baker
2019-07-11setup.py >= python 3.5.2Michael Hirsch, Ph.D
2019-07-11ENH: metadata PEP390 setup.cfgMichael Hirsch, Ph.D
2019-06-28cmake: Added custom target wrapper scriptDaniel Mensinger
2019-06-06cmake: Server handshakeDaniel Mensinger
2019-05-03LLVM: Added CMake backendDaniel Mensinger
2019-02-26Preliminary CMake module searchDaniel Mensinger
2019-01-22Fixed test case and setup.pyDaniel Mensinger
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger
2018-10-23Throw error to unsupported Python versions before importing modules from meso...Pieter Krul
2018-08-12setup: Add tests for the installed files listNirbheek Chauhan
2018-08-11setup: Require setuptools and entry_points:Nirbheek Chauhan
2018-08-11Install meson.exe as the entrypoint on WindowsNirbheek Chauhan
2018-07-19Remove long deprecated command scripts.Jussi Pakkanen
2018-05-17Support installation via polkitRyan Gonzalez
2018-03-07setup.py: set the python_requires fieldDylan Baker
2017-06-27Add mesonbuild.compilers to packages in setup.pyAlistair Thomas
2017-05-12setup.py: dependencies is now a directoryNirbheek Chauhan
2017-04-29setup.py: install scripts from build_dirMike Gilbert
2017-01-29Bump version number for release.Jussi Pakkanen
2017-01-23Added man page for mesontest.Jussi Pakkanen
2017-01-11style: [E402] module level import not at top of fileMike Sinkovsky
2016-12-19tree-wide: remove unused importsIgor Gnatenko
2016-11-26Install mesontest script along with the othersMinijackson
2016-10-11setup.py: On Unix install scripts without .py suffixPatrick Griffis
2016-05-30Remove unmaintained and broken PyQt5 GUI (#574)Nirbheek Chauhan
2016-03-28Error out if trying to install with Python 2.Jussi Pakkanen
2016-03-02Back to .py suffix in files. Closes #394.Jussi Pakkanen
2016-01-23Tweak setup.py includes.Jussi Pakkanen
2016-01-16Fix wraptool.Jussi Pakkanen
2016-01-16Fix some issues that break pypi installs and bump version to upload new version.Jussi Pakkanen
2016-01-16Some text tweaks.Jussi Pakkanen
2016-01-16Removed custom tar generator.Jussi Pakkanen
2016-01-16Support both setuptools and distutils.Jussi Pakkanen
2016-01-16Added distutils setup.py.Jussi Pakkanen