Skip to content

Commit

Permalink
Add status badge Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldat committed Sep 12, 2023
1 parent 6592235 commit 1171406
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# gods_eye changelog

## 1.0.8
- Add status badge Markdown

## 1.0.7
- Fix release job to publish release package.

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build, Test, Deploy](https://github.com/paveldat/Gods-eye/actions/workflows/deploy-job.yml/badge.svg)](https://github.com/paveldat/Gods-eye/actions/workflows/deploy-job.yml)

# GOD'S EYE
God's EYE - Information Gathering Tool.
God's EYE is an Information Gathering Tool I made in python3.10.
Expand All @@ -21,7 +23,7 @@ xargs sudo apt-get install <deb-requirements.txt
```
4) Run the following command
```shell
python3 -m build
python3 -m build .
```
5) Now you can install library
```shell
Expand All @@ -47,4 +49,7 @@ from clickjacking.clickjacking import ClickJacking
It is not difficult to guess that the following template is used here:
`from <directory>.<filename> import <class_name>`

Be careful, we don't use the `src` directory anymore.
Be careful, we don't use the `src` directory anymore.

## PyPI
https://pypi.org/project/gods-eye/
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = gods_eye
version = 1.0.7
version = 1.0.8
author = Pavel Dat
author_email = dats.pavel1999@gmail.com
description = A set of tools which should be used in Gods Eye
Expand Down

0 comments on commit 1171406

Please sign in to comment.