Skip to content

Commit a2ef67c

Browse files
committed
Update pyproject.toml with more details.
1 parent 35b54e0 commit a2ef67c

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
[tool.poetry]
22
name = "sbot"
3-
version = "0.1.0"
4-
description = ""
3+
version = "0.2.0"
4+
description = "Experimental SourceBots API"
55
authors = ["Dan Trickey <dan@trickey.io>"]
6+
readme = "README.md"
7+
repository = "https://github.com/sourcebots/sbot"
8+
homepage = "https://sourcebots.co.uk"
9+
documentstion = "https://docs.sourcebots.co.uk"
10+
classifiers = [
11+
"Topic :: Software Development :: Libraries :: Python Modules",
12+
"Operating System :: OS Independent",
13+
"Development Status :: 3 - Alpha",
14+
"Typing :: Typed",
15+
"Topic :: Education",
16+
]
617

718
[tool.poetry.dependencies]
819
python = "^3.6"

0 commit comments

Comments
 (0)