From e89be51e29e0b8343e181f48e411c55c57af1f34 Mon Sep 17 00:00:00 2001 From: Stephan Rumswinkel <17520641+srwi@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:56:40 +0100 Subject: [PATCH] Update package metadata --- README.md | 4 +++- pyproject.toml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd2b474..5e9ddba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # MockSign +[![image](https://img.shields.io/pypi/v/mocksign.svg)](https://pypi.python.org/pypi/mocksign) ![Build](https://github.com/srwi/MockSign/actions/workflows/github-actions.yml/badge.svg) -[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/srwi/MockSign/blob/master/LICENSE) +[![image](https://img.shields.io/pypi/l/mocksign.svg)](https://pypi.python.org/pypi/mocksign) +[![image](https://img.shields.io/pypi/pyversions/mocksign.svg)](https://pypi.python.org/pypi/mocksign) Simulate the look of hand-signed and scanned documents. MockSign is a simple tool to help you shortcut the tedious process of printing, hand-signing and scanning documents. diff --git a/pyproject.toml b/pyproject.toml index 2115ed7..1f451f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "mocksign" version = "0.1.0" -description = "" +description = "Easily simulate printing, hand-signing and scanning of documents, inspired by FalsiSign." authors = ["Stephan Rumswinkel <17520641+srwi@users.noreply.github.com>"] license = "MIT" readme = "README.md" +repository = "https://github.com/srwi/mocksign" packages = [{include = "mocksign", from = "src"}] [tool.poetry.scripts]