Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 7f0e817

Browse files
committed
Add keywords to setup.py 🗝️
In this commit, we've added a `keywords` field to the `setup()` function in `setup.py`. This field contains a string of keywords that describe the project: "AI, coding, assistant, pair-programming, automation". This will help improve the discoverability of our project on platforms like PyPI. 🕵️‍♂️🔍
1 parent 8bc8181 commit 7f0e817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
description="Your AI-powered coding sidekick 🤖",
2121
long_description=long_description,
2222
long_description_content_type="text/markdown",
23+
keywords="AI, coding, assistant, pair-programming, automation",
2324
install_requires=requirements,
2425
entry_points={
2526
"console_scripts": [

0 commit comments

Comments
 (0)