From 7d5e9724939affa2093e230690047ec5003689c1 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 23 May 2018 01:29:49 +0200 Subject: [PATCH] Fix a typo in setup.py, thanks to Jonas Meurer --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26f733f..f16934d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://0xacab.org/jvoisin/mat2", python_requires = '>=3.5.0', - scripts=['mat2.py'], + scripts=['mat2'], install_requires=[ 'mutagen', 'PyGObject',