aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-03-02 21:49:29 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-03-02 21:49:29 +0200
commit455e55f8e51c328400c36d65a15d76e7c4be08eb (patch)
tree9c24b72729009a4f9fbeb9eb15ee79795639d348 /setup.py
parent52b66edb6cfb891e3a6b8c18d50d98e98dd100ec (diff)
downloadmeson-455e55f8e51c328400c36d65a15d76e7c4be08eb.zip
meson-455e55f8e51c328400c36d65a15d76e7c4be08eb.tar.gz
meson-455e55f8e51c328400c36d65a15d76e7c4be08eb.tar.bz2
Back to .py suffix in files. Closes #394.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0ccd81f..0acce4d 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,11 @@ setup(name='meson',
'mesonbuild.backend',
'mesonbuild.wrap'],
package_data={'mesonbuild': ['*.ui']},
- scripts=['meson', 'mesonconf', 'mesongui', 'mesonintrospect', 'wraptool'],
+ 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',