12345678910111213141516171819202122232425262728293031323334353637383940 |
- ..
- This file is part of lazr.launchpadlib.
- lazr.launchpadlib is free software: you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, version 3 of the License.
- lazr.launchpadlib is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
- License for more details.
- You should have received a copy of the GNU Lesser General Public License
- along with lazr.launchpadlib. If not, see <http://www.gnu.org/licenses/>.
- ============
- Contributing
- ============
- To run this project's tests, use `tox <https://tox.readthedocs.io/en/latest/>`_.
- To update the `project's documentation
- <https://launchpadlib.readthedocs.io/en/latest/>`_ you need to trigger a manual
- build on the project's dashboard on https://readthedocs.org.
- Getting help
- ------------
- If you find bugs in this package, you can report them here:
- https://launchpad.net/launchpadlib
- If you want to discuss this package, join the team and mailing list here:
- https://launchpad.net/~lazr-developers
- or send a message to:
- lazr-developers@lists.launchpad.net
|