Metadata-Version: 2.1
Name: helloengland
Version: 0.1.9
Summary: hello world!
Author-email: Janghoo Lee <dlwkdgn1@naver.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: pytest ; extra == "dev"
Provides-Extra: dev

# hellouniverse

## Install

### From wheel

```bash
pip install 
```

### From source

```bash
python3 -m pip install flit
python3 -m flit build
```

## Publish

### Publish sdist

```bash
python3 -m flit publish
```

