Metadata-Version: 2.4
Name: mhamp1-licenseauthority
Version: 0.1.12
Summary: Secure license generation and validation system
Author-email: Matt <mhamp1trading@yahoo.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv>=1.0.1
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# LicenseAuthority
<<<<<<< HEAD

This project manages the **master key** and **license generation** for the Quantum Falcon trading cockpit.  
It is kept separate from the bot code to ensure secrets are never shipped with the executable.

---

## Setup

```bash
python -m venv venv
source venv/bin/activate   # or venv\Scripts\activate on Windows
pip install -r requirements.txt
=======
Secure license generation and validation system
>>>>>>> 741b24870ba92e3186348a54e3120497e37018a4
