We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b54e0 commit a2ef67cCopy full SHA for a2ef67c
1 file changed
pyproject.toml
@@ -1,8 +1,19 @@
1
[tool.poetry]
2
name = "sbot"
3
-version = "0.1.0"
4
-description = ""
+version = "0.2.0"
+description = "Experimental SourceBots API"
5
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
+]
17
18
[tool.poetry.dependencies]
19
python = "^3.6"
0 commit comments