Metadata-Version: 2.1
Name: vanilla-pkg
Version: 0.0.1.2
Summary: A small example package
Home-page: https://github.com/Feralo/vanilla-pkg
Author: Noah Spahn
Author-email: author@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Vanilla package
[![Build Status](https://travis-ci.org/Feralo/vanilla_pkg.svg?branch=master)](https://travis-ci.org/Feralo/vanilla_pkg)
[![Coverage Status](https://coveralls.io/repos/github/Feralo/vanilla_pkg/badge.svg?branch=master)](https://coveralls.io/github/Feralo/vanilla_pkg?branch=master)


This is a simple example package, along the lines of the [python.org](https://python.org)
[packaging project tutorial](https://packaging.python.org/tutorials/packaging-projects/).


