diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -11,7 +11,7 @@ setuptools.setup( | |||
| 11 | description="A handy tool to trash your metadata", | 11 | description="A handy tool to trash your metadata", |
| 12 | long_description=long_description, | 12 | long_description=long_description, |
| 13 | long_description_content_type="text/markdown", | 13 | long_description_content_type="text/markdown", |
| 14 | url="https://0xacab.org/jvoisin/mat2", | 14 | url="https://github.com/jvoisin/mat2", |
| 15 | python_requires = '>=3.5.0', | 15 | python_requires = '>=3.5.0', |
| 16 | scripts=['mat2'], | 16 | scripts=['mat2'], |
| 17 | install_requires=[ | 17 | install_requires=[ |
| @@ -31,6 +31,6 @@ setuptools.setup( | |||
| 31 | "Intended Audience :: End Users/Desktop", | 31 | "Intended Audience :: End Users/Desktop", |
| 32 | ], | 32 | ], |
| 33 | project_urls={ | 33 | project_urls={ |
| 34 | 'bugtacker': 'https://0xacab.org/jvoisin/mat2/issues', | 34 | 'bugtacker': 'https://github.com/jvoisin/mat2/issues', |
| 35 | }, | 35 | }, |
| 36 | ) | 36 | ) |
