Skip to content

Add several classifiers related to social media #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/trove_classifiers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,15 @@
"Topic :: Communications :: File Sharing :: Napster",
"Topic :: Communications :: Ham Radio",
"Topic :: Communications :: Internet Phone",
"Topic :: Communications :: Social Media",
"Topic :: Communications :: Social Media :: Bluesky",
"Topic :: Communications :: Social Media :: Facebook",
"Topic :: Communications :: Social Media :: Instagram",
"Topic :: Communications :: Social Media :: Lemmy",
"Topic :: Communications :: Social Media :: Mastodon",
"Topic :: Communications :: Social Media :: Pixelfed",
"Topic :: Communications :: Social Media :: Twitter/X",
"Topic :: Communications :: Social Media :: YouTube",
"Topic :: Communications :: Telephony",
"Topic :: Communications :: Usenet News",
"Topic :: Database",
Expand Down Expand Up @@ -643,6 +652,9 @@
"Topic :: Games/Entertainment :: Turn Based Strategy",
"Topic :: Home Automation",
"Topic :: Internet",
"Topic :: Internet :: ActivityPub",
"Topic :: Internet :: ActivityStreams",
"Topic :: Internet :: AtProto",
"Topic :: Internet :: File Transfer Protocol (FTP)",
"Topic :: Internet :: Finger",
"Topic :: Internet :: Log Analysis",
Expand All @@ -660,6 +672,7 @@
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
"Topic :: Internet :: WWW/HTTP :: RSS",
"Topic :: Internet :: WWW/HTTP :: Session",
"Topic :: Internet :: WWW/HTTP :: Site Management",
"Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking",
Expand Down