Metadata-Version: 2.1
Name: testu
Version: 0.0.6
Summary: A PyPI package with a Markdown README
Home-page: http://github.com/di/markdown-description-example
Author: dairoot
Author-email: 623815825@qq.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

No docutils, pandoc, or any other tricks! Just a `README.md` and a `setup.py`.

See the source for this project here:
<https://github.com/di/markdown-description-example>.

Instructions to do this for your project are here:
<https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi>

## What we can do:

We can do *italics* and **bold text**.

* Lists
* Are
* Fun
* Too
  * (But please use responsibly)

Code blocks:
```
>>> pypi_supports_markdown
True
```

And much much more!


