aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-05-12 16:09:15 +0530
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-12 18:54:03 +0300
commit67b195f919a6b0066db987edb672431604fca4fd (patch)
treea94371b386cb4f280fb2297321e646135e3be922 /setup.py
parent86ec0d9477c3c7fe313dc250c10929dabc5c6188 (diff)
downloadmeson-67b195f919a6b0066db987edb672431604fca4fd.zip
meson-67b195f919a6b0066db987edb672431604fca4fd.tar.gz
meson-67b195f919a6b0066db987edb672431604fca4fd.tar.bz2
setup.py: dependencies is now a directory
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8996772..024c085 100644
--- a/setup.py
+++ b/setup.py
@@ -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',