diff options
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -13,7 +13,7 @@ setuptools.setup( | |||
| 13 | long_description_content_type="text/markdown", | 13 | long_description_content_type="text/markdown", |
| 14 | url="https://0xacab.org/jvoisin/mat2", | 14 | url="https://0xacab.org/jvoisin/mat2", |
| 15 | python_requires = '>=3.5.0', | 15 | python_requires = '>=3.5.0', |
| 16 | scripts=['mat2.py'], | 16 | scripts=['mat2'], |
| 17 | install_requires=[ | 17 | install_requires=[ |
| 18 | 'mutagen', | 18 | 'mutagen', |
| 19 | 'PyGObject', | 19 | 'PyGObject', |
