Skip to content

Commit

Permalink
Add classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshyAAAgrawal committed Nov 11, 2023
1 parent b2256e7 commit a2fbaad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ classifiers = [
"Operating System :: OS Independent",
"Development Status :: 2 - Pre-Alpha",
"Topic :: Software Development",
"Topic :: Text Editors :: Integrated Development Environments (IDE)"
"Topic :: Text Editors :: Integrated Development Environments (IDE)",
"Programming Language :: C#",
"Programming Language :: Java",
"Programming Language :: Python",
"Programming Language :: Rust"
]

dependencies = [
Expand Down

0 comments on commit a2fbaad

Please sign in to comment.