Skip to content

Commit

Permalink
change how the license is displayed in PyPI and add badges because I'…
Browse files Browse the repository at this point in the history
…m a cool kid too!
  • Loading branch information
Fynn Freyer committed Aug 26, 2022
1 parent b753df4 commit 30c309c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MIT License

Copyright (c) 2022 Fynn Freyer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Upload to PyPI](https://github.com/FynnFreyer/imgrep/actions/workflows/publish.yml/badge.svg)](https://github.com/FynnFreyer/imgrep/actions/workflows/publish.yml)
![License](https://img.shields.io/pypi/l/imgrep)

# IMGrep

Want to find that one meme with the funny punchline?
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ build-backend = "setuptools.build_meta"

[project]
name = "imgrep"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Fynn Freyer", email="[email protected]" },
]
description = "Grep for text in images"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.7"
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 30c309c

Please sign in to comment.