Skip to content

Commit

Permalink
اصلاح روابط شعار المشروع
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Jun 23, 2024
1 parent 4787fc2 commit a3f6183
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
18 changes: 12 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@ init:
.PHONY: deps
# deps development
deps:
pip install --upgrade pip
pip install wheel
pip install setuptools
pip install twine
pip install pytest==8.2.2
pip install pytest-runner==6.0.1
python3 -m pip install --upgrade pip
python3 -m pip install wheel
python3 -m pip install setuptools
python3 -m pip install twine
python3 -m pip install pytest==8.2.2
python3 -m pip install pytest-runner==6.0.1
python3 -m pip install --upgrade twine

.PHONY: test
# run tests
test:
pytest --capture=no

.PHONY: deploy
# deploy package
deploy:
python3 -m twine upload --repository zakat dist/*

# show help
help:
@echo ''
Expand Down
6 changes: 4 additions & 2 deletions README.ar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<div align="center" style="text-align: center;">
<h1 align="center">
<img src="https://raw.githubusercontent.com/vzool/zakat/main/images/logo.jpg" width="333">
</h1><br>

![Zakat Tracker Logo](images/logo.jpg)
<div align="center" style="text-align: center;">

<div dir="rtl">

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<div align="center" style="text-align: center;">
<h1 align="center">
<img src="https://raw.githubusercontent.com/vzool/zakat/main/images/logo.jpg" width="333">
</h1><br>

![Zakat Tracker Logo](images/logo.jpg)
<div align="center" style="text-align: center;">

# ZakatTracker: A Python Library for Islamic Financial Management
###### [UNDER ACTIVE DEVELOPMENT]
<p>
<a href="https://github.com/vzool/zakat/blob/main/README.ar.md"><img src="https://img.shields.io/badge/lang-ar-green.svg" alt="ar" data-canonical-src="https://img.shields.io/badge/lang-en-green.svg" style="max-width: 100%;"></a>
</p>

</div>

ZakatTracker is a user-friendly Python library designed to simplify the tracking and calculation of Zakat, a fundamental pillar of Islamic finance. Whether you're an individual or an organization, ZakatTracker provides the tools to accurately manage your Zakat obligations.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.1720"
authors = [
{ name="Abdelaziz Elrashed Elshaikh Mohamed", email="[email protected]" },
]
description = "This module provides the ZakatTracker class for tracking and calculating Zakat."
description = "A Python Library for Islamic Financial Management."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
Expand Down

0 comments on commit a3f6183

Please sign in to comment.