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
Requires-Dist: django

# 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",
