Skip to content

Commit 64074d9

Browse files
committed
Update README to mention tools team
1 parent f3b83ad commit 64074d9

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
[![PyPI][pypi-badge]][pypi-url] [![Travis][travis-badge]][travis-url]
1+
[![crates.io](https://img.shields.io/crates/d/svdtools.svg)](https://crates.io/crates/svdtools)
22

33
# svdtools
44

5-
**svdtools** is a Python (Rust) package for modifying vendor-supplied, often buggy SVD
5+
**svdtools** is a set of tools for modifying vendor-supplied, often buggy SVD
66
files. It can be imported as a library for use in other applications, or run
7-
directly via the included `svd`(`svdtools`) CLI utility.
7+
directly via the included `svdtools` CLI utility.
88

99
A common use case is patching vendor-supplied SVD files, then applying
1010
[svd2rust](https://github.com/rust-embedded/svd2rust) to the resulting patched
1111
SVD.
1212

13-
[pypi-badge]: https://img.shields.io/pypi/v/svdtools.svg
14-
[pypi-url]: https://pypi.org/project/svdtools/
15-
[travis-badge]: https://travis-ci.com/stm32-rs/svdtools.svg?branch=master
16-
[travis-url]: https://travis-ci.com/stm32-rs/svdtools
13+
This project is developed and maintained by the [Tools team][team].
1714

1815
## Getting Started with Python version
1916

@@ -400,3 +397,12 @@ This avoids bikeshedding over formatting issues :)
400397
Unless you explicitly state otherwise, any contribution intentionally submitted
401398
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
402399
be dual licensed as above, without any additional terms or conditions.
400+
401+
## Code of Conduct
402+
403+
Contribution to this crate is organized under the terms of the [Rust Code of
404+
Conduct][CoC], the maintainer of this crate, the [Tools team][team], promises
405+
to intervene to uphold that code of conduct.
406+
407+
[CoC]: CODE_OF_CONDUCT.md
408+
[team]: https://github.com/rust-embedded/wg#the-tools-team

0 commit comments

Comments
 (0)