Skip to content

Commit

Permalink
Update pyproject.toml with more details.
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed May 18, 2019
1 parent 35b54e0 commit a2ef67c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
[tool.poetry]
name = "sbot"
version = "0.1.0"
description = ""
version = "0.2.0"
description = "Experimental SourceBots API"
authors = ["Dan Trickey <dan@trickey.io>"]
readme = "README.md"
repository = "https://github.com/sourcebots/sbot"
homepage = "https://sourcebots.co.uk"
documentstion = "https://docs.sourcebots.co.uk"
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
"Typing :: Typed",
"Topic :: Education",
]

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit a2ef67c

Please sign in to comment.