Metadata-Version: 2.1
Name: imran_cloud_erp_auth
Version: 0.1.2
Summary: Reusable Django registration module
Author: Imran Murshad
Description-Content-Type: text/markdown

# Imran Cloud ERP Auth

Reusable Django registration module with validation.

## 🚀 Installation

```bash
pip install imran-cloud-erp-auth


---

## 🚀 STEP 2 — Update `setup.py`

Add these lines:

```python
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
