From 102f08cd2807e0e664064f118a66b0c974c43c0e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 3 Sep 2025 16:18:52 +0200 Subject: Switch the project from 0xacab to github While the folks running 0xacab are much more lovely than the github ones, this project has outgrown the former: - Github offers beefy continuous integration, make it easier to run the testsuite on every python version, instead of using a weird docker-based contraption. Moreover, I'd rather burn some Microsoft money than 0xacab one. - Opening an account on 0xacab is non-trivial (by design), making it tedious for people to report issues and contribute to mat2. - Gitlab is becoming unbearably slow and convoluted, even compared to Github's awful Copilot/AI push. It's a sad state of affairs, but it's a pragmatic decision. People who don't have a Github account can still report issues and send patches by sending me an email. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d8972fd..7f96ab6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( description="A handy tool to trash your metadata", long_description=long_description, long_description_content_type="text/markdown", - url="https://0xacab.org/jvoisin/mat2", + url="https://github.com/jvoisin/mat2", python_requires = '>=3.5.0', scripts=['mat2'], install_requires=[ @@ -31,6 +31,6 @@ setuptools.setup( "Intended Audience :: End Users/Desktop", ], project_urls={ - 'bugtacker': 'https://0xacab.org/jvoisin/mat2/issues', + 'bugtacker': 'https://github.com/jvoisin/mat2/issues', }, ) -- cgit v1.3