Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Feb 1, 2024
1 parent 96972c5 commit e89be51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit e89be51

Please sign in to comment.