diff options
author | Michael <michaelbrockus@gmail.com> | 2020-04-21 00:00:14 -0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-04-23 00:16:45 +0300 |
commit | 61e53fbfd9fc05a96819da1ee1deef8dce713299 (patch) | |
tree | 2b1ca3c6e3e8a3bd3be9c5c8ff1126d812e5ac3c /MANIFEST.in | |
parent | bfea80677eef52271cde1c089268a6d544a79453 (diff) | |
download | meson-61e53fbfd9fc05a96819da1ee1deef8dce713299.zip meson-61e53fbfd9fc05a96819da1ee1deef8dce713299.tar.gz meson-61e53fbfd9fc05a96819da1ee1deef8dce713299.tar.bz2 |
update MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 13f7949..11c804a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,10 +4,9 @@ graft cross graft data graft graphics graft man -graft syntax-highlighting graft tools -include authors.txt -include contributing.txt + +include contributing.md include COPYING include README.md include run_cross_test.py @@ -15,7 +14,6 @@ include run_tests.py include run_unittests.py include run_meson_command_tests.py include run_project_tests.py -include mesonrewriter.py include ghwt.py include __main__.py include meson.py |