25 lines
737 B
TOML
25 lines
737 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project.urls]
|
|
Homepage = "ssh://git@repos.susurrando.com:1122/srv/git.repos/discover-mastodon-servers.git"
|
|
|
|
[project]
|
|
name = "discover-mastodon-servers"
|
|
version = "0.0.1"
|
|
description = "Discover Mastodon servers by looking at public timelines"
|
|
readme = "README.md"
|
|
authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }]
|
|
license = { file = "LICENSE" }
|
|
classifiers = [
|
|
"License :: OSI Approved :: GPLv3 License",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Python :: 3",
|
|
]
|
|
#keywords = ["vCard", "contacts", "duplicates"]
|
|
dependencies = [
|
|
"click",
|
|
"click_config_file",
|
|
]
|
|
requires-python = ">=3"
|