...
|
...
|
@@ -1,6 +1,8 @@
|
1
|
1
|
# Miniver
|
2
|
2
|
[![license: CC0-1.0](https://img.shields.io/pypi/l/miniver.svg)][cc0]
|
3
|
3
|
[![PyPI version](https://img.shields.io/pypi/v/miniver.svg)][pypi]
|
|
4
|
+[![Travis build](https://travis-ci.org/jbweston/miniver.svg)][travis]
|
|
5
|
+[![Appveyor build](https://ci.appveyor.com/api/projects/status/v9q0hmjfm9qxdsi4?svg=true)][appveyor]
|
4
|
6
|
|
5
|
7
|
**Like [versioneer][versioneer], but smaller**
|
6
|
8
|
|
...
|
...
|
@@ -27,6 +29,8 @@ works with Python 2](https://github.com/cmarquardt/miniver2)
|
27
|
29
|
[versioneer]: https://github.com/warner/python-versioneer
|
28
|
30
|
[cc0]: http://creativecommons.org/publicdomain/zero/1.0/
|
29
|
31
|
[pypi]: https://pypi.org/project/miniver/
|
|
32
|
+[travis]: https://travis-ci.org/jbweston/miniver
|
|
33
|
+[appveyor]: https://ci.appveyor.com/project/jbweston/miniver
|
30
|
34
|
|
31
|
35
|
## Usage
|
32
|
36
|
The simplest way to use Miniver is to run the following in your project root:
|