diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -42,15 +42,12 @@ setup(name='meson', 'mesonbuild.scripts', 'mesonbuild.backend', 'mesonbuild.wrap'], - package_data={'mesonbuild': ['*.ui']}, scripts=['meson.py', 'mesonconf.py', - 'mesongui.py', 'mesonintrospect.py', 'wraptool.py'], data_files=[('share/man/man1', ['man/meson.1', 'man/mesonconf.1', - 'man/mesongui.1', 'man/mesonintrospect.1', 'man/wraptool.1'])], classifiers=['Development Status :: 5 - Production/Stable', |