1
0
Fork 0

Merge branch 'CyberTailor-metadata'

This commit is contained in:
Casey 2023-05-10 12:20:11 +03:00
commit a2e5f15c21
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
2 changed files with 5 additions and 4 deletions

View File

@ -27,7 +27,7 @@ from mastoposter.integrations import (
from mastoposter.types import Status
__version__ = "0.1"
__description__ = "Mastodon to [anything] reposter"
__description__ = "Configurable reposter from Mastodon-compatible Fediverse servers"
logger = getLogger()

View File

@ -4,6 +4,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "mastoposter"
description = "Configurable reposter from Mastodon-compatible Fediverse servers"
authors = [
{name = "hatkidchan", email = "hatkidchan@gmail.com"}
]
@ -17,15 +18,15 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP"
]
keywords = ["mastodon", "discord", "telegram"]
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"Jinja2",
"beautifulsoup4",
"beautifulsoup4[lxml]",
"emoji",
"httpx",
"websockets"
]
dynamic = ["version", "description"]
dynamic = ["version"]
[project.urls]
Source = "https://github.com/hatkidchan/mastoposter"