# HG changeset patch # User Oscar Curero # Date 1642112985 -3600 # Thu Jan 13 23:29:45 2022 +0100 # Node ID b00be1092f194ae309afe95e859835bd7ab006c5 # Parent e62720854db9fd4af811ec4a1c0db78e1a3c609c add pypi description diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,21 @@ [tool.poetry] -name = "ccb" +name = "python-ccb" version = "1" description = "Python wrapper for clearcheckbook" authors = ["Oscar Curero "] 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"