Metadata-Version: 2.1
Name: wcnm
Version: 0.1.1
Summary: A command line tool to get a random quote when you input "cnm".
Home-page: UNKNOWN
Author: Kuqilin
Author-email: kuqilin_1@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent

## Dependencies

dh-python, python3-setuptools, python3-stdeb, lolcat

Use

```bash
sudo apt install dh-python python3-setuptools python3-stdeb lolcat
```

## Build

Use

```bash
python3 setup.py --command-packages=stdeb.command bdist_deb
```

to build the debian package.

It will be located in the `deb_dist` directory.


