Merge pull request #303 from kiwix/meson_0.49.2

Force the use of meson 0.49.2
This commit is contained in:
Matthieu Gautier 2019-03-19 15:24:22 +01:00 committed by GitHub
commit 9f77ddd6ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ setup(
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'meson' 'meson==0.49.2'
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [