Skip to content

Commit

Permalink
Correct/extend package metadata (Chainlit#1413)
Browse files Browse the repository at this point in the history
* Correct authors and license identifier for package.
* Add homepage and documentation links to PyPI.
* Throw in some more classifiers!
  • Loading branch information
dokterbob authored Oct 11, 2024
1 parent 988eea6 commit 189b3e4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,19 @@ keywords = [
'conversational ai',
]
description = "Build Conversational AI."
authors = ["Chainlit"]
license = "Apache-2.0 license"
authors = ["Willy Douhard", "Dan Andre Constantini"]
license = " Apache-2.0"
homepage = "https://chainlit.io/"
documentation = "https://docs.chainlit.io/"
classifiers = [
"Framework :: FastAPI",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Communications :: Chat",
"Programming Language :: JavaScript",
"Topic :: Software Development :: User Interfaces",
"Topic :: Software Development :: Libraries :: Python Modules",
"Environment :: Web Environment"
]
repository = "https://github.com/Chainlit/chainlit"
readme = "README.md"
exclude = ["**/frontend/**/*", "**/copilot/**/**/"]
Expand Down

0 comments on commit 189b3e4

Please sign in to comment.