add more classiifiers and py.typed file

This commit is contained in:
Izalia Mae 2024-11-28 06:10:35 -05:00
parent 5131831363
commit 29ebba7999
2 changed files with 21 additions and 12 deletions

View file

@ -7,11 +7,19 @@ name = "ActivityRelay"
description = "Generic LitePub relay (works with all LitePub consumers and Mastodon)" description = "Generic LitePub relay (works with all LitePub consumers and Mastodon)"
license = {file = "LICENSE"} license = {file = "LICENSE"}
classifiers = [ classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console", "Environment :: Console",
"Framework :: aiohttp",
"Framework :: AsyncIO",
"License :: OSI Approved :: GNU Affero General Public License v3", "License :: OSI Approved :: GNU Affero General Public License v3",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12" "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: SQL",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Typing :: Typed"
] ]
dependencies = [ dependencies = [
"activitypub-utils >= 0.3.2, < 0.4", "activitypub-utils >= 0.3.2, < 0.4",
@ -63,6 +71,7 @@ license-files = ["LICENSE"]
[tool.setuptools.package-data] [tool.setuptools.package-data]
relay = [ relay = [
"py.typed",
"data/*", "data/*",
"frontend/*", "frontend/*",
"frontend/page/*", "frontend/page/*",

0
relay/py.typed Normal file
View file