@@ 1,9 1,21 @@
[tool.poetry]
-name = "ccb"
+name = "python-ccb"
version = "1"
description = "Python wrapper for clearcheckbook"
authors = ["Oscar Curero <oscar@curero.es>"]
license = "Apache 2.0"
+readme = "README.md"
+homepage = "https://sr.ht/~ocurero/python-ccb/"
+repository = "https://hg.sr.ht/~ocurero/python-ccb"
+documentation = "https://python-ccb.readthedocs.io/"
+keywords = ["clearcheckbook", "api", "rest", "wrapper"]
+classifiers=["Development Status :: 5 - Production/Stable",
+ "License :: OSI Approved :: Apache Software License",
+ "Programming Language :: Python :: 3",
+ "Intended Audience :: Developers",
+ "Topic :: Software Development :: Libraries"
+ ]
+
[tool.poetry.dependencies]
python = "^3.6"