diff options
| author | jvoisin | 2018-05-23 01:29:49 +0200 |
|---|---|---|
| committer | jvoisin | 2018-05-23 01:29:49 +0200 |
| commit | 7d5e9724939affa2093e230690047ec5003689c1 (patch) | |
| tree | 7507ea700c0dc00e41a0f116f245372bd82fdcbc /setup.py | |
| parent | 941e4b1586a5b42975926e44063bbfe830d957d0 (diff) | |
Fix a typo in setup.py, thanks to Jonas Meurer
Diffstat (limited to 'setup.py')
| -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', |
