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 a405800 commit b928aed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ build
*.pickle
tmp
*.json
*.pyc
*.pyc
__pycache__
.pytest_cache
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
setup(
name='zakat',
packages=find_packages(include=['zakat']),
version='0.1.0',
version='0.1.1720',
description='This module provides the ZakatTracker class for tracking and calculating Zakat.',
author='Abdelaziz Elrashed Elshaikh Mohamed',
install_requires=[],
python_requires=">=3.10",
setup_requires=['pytest-runner'],
tests_require=['pytest==8.2.2'],
test_suite='tests',
Expand Down

0 comments on commit b928aed

Please sign in to comment.