From 7c3c10936a36e4db1ed5f781ce5729256ea8e78a Mon Sep 17 00:00:00 2001 From: Ankith Date: Sun, 2 Nov 2025 11:12:17 +0530 Subject: [PATCH] Add keywords and import-names to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 95e5ba0664..6231c7ea48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,8 @@ readme = "README.rst" # for long description requires-python = ">=3.10" license = {text = "LGPL v2.1"} authors = [{name = "A community project"}] +keywords = ["pygame", "game", "gamedev"] +import-names = ["pygame"] classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",