Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add status badge Markdown #18

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = [email protected]
description = A set of tools which should be used in Gods Eye
Expand Down