Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README fixes #8

Merged
merged 1 commit into from
Jan 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Vintage
=======

| | |
|-----------------------|------------------------------------------------------------------------------------|
| Build Status | ![Build Status](https://secure.travis-ci.org/getslash/vintage.png?branch=master,dev) |
| Supported Versions | ![Supported Versions](https://img.shields.io/badge/vintage.svg) |
| Supported Versions | ![Supported Versions](https://img.shields.io/pypi/pyversions/vintage.svg) |
| Latest Version | ![Latest Version](https://img.shields.io/pypi/v/vintage.svg) |
| Test Coverage | ![Coverage Status](https://img.shields.io/coveralls/getslash/vintage/develop.svg) |

Vintage is a library geared at making it easy to deprecate methods, functions or other code elements
in your projects. It emits nicely formatted deprecation warnings, and helps you manage the
Expand All @@ -13,6 +14,6 @@ deprecation cycle easier.
For more information, see the full documentation at https://vintage.readthedocs.io

Licence
=======
-------

BSD3