diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-05-12 16:09:15 +0530 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-12 18:54:03 +0300 |
commit | 67b195f919a6b0066db987edb672431604fca4fd (patch) | |
tree | a94371b386cb4f280fb2297321e646135e3be922 | |
parent | 86ec0d9477c3c7fe313dc250c10929dabc5c6188 (diff) | |
download | meson-67b195f919a6b0066db987edb672431604fca4fd.zip meson-67b195f919a6b0066db987edb672431604fca4fd.tar.gz meson-67b195f919a6b0066db987edb672431604fca4fd.tar.bz2 |
setup.py: dependencies is now a directory
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ setup(name='meson', url='http://mesonbuild.com', license=' Apache License, Version 2.0', packages=['mesonbuild', + 'mesonbuild.dependencies', 'mesonbuild.modules', 'mesonbuild.scripts', 'mesonbuild.backend', |