0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

build: remove license_files

This commit is contained in:
Sayafdine Said 2023-06-25 12:02:00 +02:00
parent c12dce0956
commit a30fbd3d42
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -1,4 +1,4 @@
project('howdy', 'cpp', license: 'MIT', license_files: '../../LICENSE', version: 'beta', meson_version: '>= 1.1.0')
project('howdy', 'cpp', license: 'MIT', version: 'beta', meson_version: '>= 1.1.0')
py = import('python').find_installation()
py.dependency()