[build-system] requires = [ "flit_core >=3.2,<4" ] build-backend = "flit_core.buildapi" [project] name = "rsskey" version = "0.2.0" description = "RSS feed mirror on Misskey" readme = "README.md" requires-python = ">=3.7" license = { file = "COPYING" } authors = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ] maintainers = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ] keywords = [ "rss", "misskey" ] classifiers = [ "Development Status :: 5 - Production/Stable", "Framework :: Trio", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ] dependencies = [ "feedparser", "httpx", "loca", "markdownify", "trio" ] urls = { SourceHut = "https://sr.ht/~cnx/rsskey" }