summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-11-11 20:49:24 +0100
committerjvoisin2018-11-11 20:49:24 +0100
commit0ab17b973bce172fb29b6bdeabd8c790a724a7dc (patch)
treef72559ed4a2d91ebccb27105abc94cf0cc118980
parent389311475c174138478f19c01c12d5d725e8c2b1 (diff)
mat2 is now available on pypi
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--INSTALL.md12
2 files changed, 13 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9b63744..76fd246 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -33,5 +33,5 @@ Since MAT2 is written in Python3, please conform as much as possible to the
3310. Sign the tarball with `gpg --armor --detach-sign mat-$VERSION.tar.xz` 3310. Sign the tarball with `gpg --armor --detach-sign mat-$VERSION.tar.xz`
3411. Upload the result on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there 3411. Upload the result on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there
3512. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev) 3512. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev)
3613. Tell the [downstreams](https://0xacab.org/jvoisin/mat2/blob/master/INSTALL.md) about it 3613. Upload the new version on pypi with `python3 setup.py sdist bdist_wheel` then `twine upload -s dist/*`
3714. Do the secret release dance 3714. Do the secret release dance
diff --git a/INSTALL.md b/INSTALL.md
index 2e1c778..71c1c01 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,3 +1,15 @@
1# Python ecosystem
2
3If you feel like running arbitrary code downloaded over the
4internet (pypi doesn't support gpg signatures [anymore](https://github.com/pypa/python-packaging-user-guide/pull/466)),
5mat2 is [available on pypi](https://pypi.org/project/mat2/), and can be
6installed like this:
7
8```
9pip3 install mat2
10```
11
12
1# GNU/Linux 13# GNU/Linux
2 14
3## Fedora 15## Fedora