diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-23 20:25:19 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-23 20:25:19 +0200 |
| commit | 4319f002a143c0df64564c39d6d2d5091daf1603 (patch) | |
| tree | 477cbd4d899316a108c4c6ffa0c281e00602021c | |
| parent | 7435df8399a9580441f3940b35543ee2933a7b12 (diff) | |
| download | meson-4319f002a143c0df64564c39d6d2d5091daf1603.tar.gz | |
Tweak setup.py includes.
| -rw-r--r-- | MANIFEST.in | 4 | ||||
| -rw-r--r-- | setup.py | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 8d8f13674..23812036b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,11 +5,9 @@ graft data graft graphics graft man graft tools -include run_tests.py -include run_cross_test.py -include readme.txt include authors.txt include contributing.txt include COPYING +include readme.txt include run_cross_test.py include run_tests.py @@ -34,6 +34,7 @@ setup(name='meson', packages=['mesonbuild', 'mesonbuild.modules', 'mesonbuild.scripts', + 'mesonbuild.backend', 'mesonbuild.wrap'], package_data={'mesonbuild': ['*.ui']}, scripts=['meson', 'mesonconf', 'mesongui', 'mesonintrospect', 'wraptool'], |
