Metadata-Version: 2.4
Name: mojito-cli
Version: 0.1.0
Summary: A CLI that prints a wine emoji
Author-email: Ligeng <ligeng@example.com>
Project-URL: Homepage, https://github.com/ligeng/mojito
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Mojito

A simple CLI tool that prints a wine emoji 🍷.

## Installation

You can install `mojito` from PyPI:

```bash
pip install mojito-cli
```

## Usage

Once installed, simply run:

```bash
mojito
```

And it will print:

```
🍷
```

## Development

To install locally for development:

```bash
pip install -e .
```
