...
|
...
|
@@ -1,5 +1,6 @@
|
1
|
1
|
# Miniver
|
2
|
|
-[![License: CC0-1.0][cc0_badge]][cc0]
|
|
2
|
+[![license: CC0-1.0](https://img.shields.io/pypi/l/miniver.svg)][cc0]
|
|
3
|
+[![PyPI version](https://img.shields.io/pypi/v/miniver.svg)][pypi]
|
3
|
4
|
|
4
|
5
|
**Like [versioneer][versioneer], but smaller**
|
5
|
6
|
|
...
|
...
|
@@ -19,8 +20,8 @@ different platforms and Python versions (yet).
|
19
|
20
|
|
20
|
21
|
|
21
|
22
|
[versioneer]: https://github.com/warner/python-versioneer
|
22
|
|
-[cc0_badge]: https://licensebuttons.net/l/zero/1.0/88x31.png
|
23
|
23
|
[cc0]: http://creativecommons.org/publicdomain/zero/1.0/
|
|
24
|
+[pypi]: https://pypi.org/project/miniver/
|
24
|
25
|
|
25
|
26
|
## Usage
|
26
|
27
|
Copy the contents of the `miniver` directory (in this repository) into your
|