Skip to content

Commit

Permalink
Tweak setup.py includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Jan 23, 2016
1 parent 7435df8 commit 4319f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
packages=['mesonbuild',
'mesonbuild.modules',
'mesonbuild.scripts',
'mesonbuild.backend',
'mesonbuild.wrap'],
package_data={'mesonbuild': ['*.ui']},
scripts=['meson', 'mesonconf', 'mesongui', 'mesonintrospect', 'wraptool'],
Expand Down

0 comments on commit 4319f00

Please sign in to comment.