Skip to content

Commit

Permalink
Update pyproject metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Jun 13, 2024
1 parent 557c3a7 commit de7fc1f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bindings/ceylon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ build-backend = "maturin"
[project]
name = "ceylon"
requires-python = ">=3.7"
description = "Ceylon is an advanced multi-agent platform specifically developed for Ceylon Aritficial Intelligence."
readme = "README.md"
license = { file = "LICENSE.txt" }
keywords = ["Aritifical Intelligence", "Multi Agent Systems", "CEYLON", "Ceylon Aritficial Intelligence."]
dynamic = []
version = "0.12.1"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Ceylon",
"License :: Apache LICENCE",
"Operating System :: OS Independent",
"Topic :: Software Development :: Build Tools",

"Topic :: Software Development :: Multi Agent System",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit de7fc1f

Please sign in to comment.