Update repos port
This commit is contained in:
parent
cc2679dd6c
commit
5743f7a6a3
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "ssh://git@repos.susurrando.com:7272/srv/git.repos/discover-mastodon-servers.git"
|
||||
Homepage = "ssh://git@repos.susurrando.com:1122/srv/git.repos/discover-mastodon-servers.git"
|
||||
|
||||
[project]
|
||||
name = "discover-mastodon-servers"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setuptools.setup(
|
|||
version=config['metadata']['version'],
|
||||
name=config['metadata']['name'],
|
||||
author_email="ad@susurrando.com",
|
||||
url="ssh://git@repos.susurrando.com:7272/srv/git.repos/discover-mastodon-servers.git",
|
||||
url="ssh://git@repos.susurrando.com:1122/srv/git.repos/discover-mastodon-servers.git",
|
||||
description="Discover Mastodon servers by looking at public timelines",
|
||||
long_description="README.md",
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Loading…
Reference in a new issue