discover-mastodon-servers/pyproject.toml

26 lines
737 B
TOML
Raw Permalink Normal View History

2024-01-19 14:33:49 +01:00
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
2024-03-12 12:48:02 +01:00
Homepage = "ssh://git@repos.susurrando.com:1122/srv/git.repos/discover-mastodon-servers.git"
2024-01-19 14:33:49 +01:00
[project]
name = "discover-mastodon-servers"
version = "0.0.1"
description = "Discover Mastodon servers by looking at public timelines"
readme = "README.md"
2024-01-29 14:12:23 +01:00
authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }]
2024-01-19 14:33:49 +01:00
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",
]
2024-01-29 14:12:23 +01:00
requires-python = ">=3"