Metadata-Version: 2.4
Name: aamoradian
Version: 0.1.0
Summary: A minimal Python library template ready for PyPI
Author-email: YOUR NAME <you@example.com>
License: 📌 LICENSE (مثلاً MIT)
        `text
        MIT License
        Copyright (c) 2025 Amir Abbas Moradian
        Permission is hereby granted, free of charge, ...
Project-URL: Homepage, https://example.com/yourlibname
Project-URL: Repository, https://example.com/yourlibname.git
Project-URL: Issues, https://example.com/yourlibname/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# yourlibname

یک کتابخانه ساده پایتون برای تست انتشار در PyPI.

## نصب

`bash
pip install yourlibname
