From b4c635a2e85a92bd0c3dd69c2d70612d09158bbd Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 11 Jul 2018 23:07:39 +0300 Subject: Remove long deprecated command scripts. --- setup.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bfa08df2e..8c267a32f 100644 --- a/setup.py +++ b/setup.py @@ -71,17 +71,9 @@ setup(name='meson', 'mesonbuild.modules', 'mesonbuild.scripts', 'mesonbuild.wrap'], - scripts=['meson.py', - 'mesonconf.py', - 'mesontest.py', - 'mesonintrospect.py', - 'wraptool.py'], + scripts=['meson.py'], cmdclass={'install_scripts': install_scripts}, - data_files=[('share/man/man1', ['man/meson.1', - 'man/mesonconf.1', - 'man/mesonintrospect.1', - 'man/mesontest.1', - 'man/wraptool.1']), + data_files=[('share/man/man1', ['man/meson.1']), ('share/polkit-1/actions', ['data/com.mesonbuild.install.policy'])], classifiers=['Development Status :: 5 - Production/Stable', 'Environment :: Console', -- cgit v1.2.3