M README.md +37 -4
@@ 123,16 123,49 @@ Sendy install.
track_clicks=1,
)
-Copyright & Warranty
-====================
+# Contributing
+
+We accept patches submitted via `hg email` which is the `patchbomb` extension
+included with Mercurial.
+
+Please see our [contributing document][cdoc] for more information.
+
+The mailing list where you submit your patches is
+`~netlandish/public-inbox@lists.code.netlandish.com`. You can also view the
+archives on the web here:
+
+https://lists.code.netlandish.com/~netlandish/public-inbox
+
+To quickly setup your clone of `sendypy` to submit to the mailing
+list just edit your `.hg/hgrc` file and add the following:
+
+ [email]
+ to = ~netlandish/public-inbox@lists.code.netlandish.com
+
+ [patchbomb]
+ flagtemplate = "sendypy"
+
+ [diff]
+ git = 1
+
+We have more information on the topic here:
+
+- [Contributing][cdoc]
+- [Using email with Mercurial][hgemail]
+- [Mailing list etiquette][etiquette]
+
+[etiquette]: https://man.code.netlandish.com/lists/etiquette.md
+[hgemail]: https://man.code.netlandish.com/hg/email.md
+[cdoc]: https://man.code.netlandish.com/contributing.md
+
+# Copyright & Warranty
All documentation, libraries, and sample code are Copyright 2016
Netlandish Inc., Peter Sanchez <<pjs@petersanchez.com>>. The
library and sample code are made available to you under the terms of the
BSD license which is contained in the included file, BSD-LICENSE.
-Commercial Support
-------------------
+# Commercial Support
This software, and lots of other software like it, has been built in
support of many of Netlandish's own projects, and the projects of our
M README.rst +39 -1
@@ 141,6 141,44 @@ your Sendy install.
track_clicks=1,
)
+Contributing
+============
+
+We accept patches submitted via ``hg email`` which is the ``patchbomb``
+extension included with Mercurial.
+
+Please see our `contributing
+document <https://man.code.netlandish.com/contributing.md>`__ for more
+information.
+
+The mailing list where you submit your patches is
+``~netlandish/public-inbox@lists.code.netlandish.com``. You can also
+view the archives on the web here:
+
+https://lists.code.netlandish.com/~netlandish/public-inbox
+
+To quickly setup your clone of ``sendypy`` to submit to the mailing list
+just edit your ``.hg/hgrc`` file and add the following:
+
+::
+
+ [email]
+ to = ~netlandish/public-inbox@lists.code.netlandish.com
+
+ [patchbomb]
+ flagtemplate = "sendypy"
+
+ [diff]
+ git = 1
+
+We have more information on the topic here:
+
+- `Contributing <https://man.code.netlandish.com/contributing.md>`__
+- `Using email with
+ Mercurial <https://man.code.netlandish.com/hg/email.md>`__
+- `Mailing list
+ etiquette <https://man.code.netlandish.com/lists/etiquette.md>`__
+
Copyright & Warranty
====================
@@ 150,7 188,7 @@ sample code are made available to you un
which is contained in the included file, BSD-LICENSE.
Commercial Support
-------------------
+==================
This software, and lots of other software like it, has been built in
support of many of Netlandish's own projects, and the projects of our
M setup.py +1 -1
@@ 18,7 18,7 @@ setup(
url="https://code.netlandish.com/~netlandish/sendypy",
long_description=long_description,
platforms=["any"],
- install_requires=["requests>=2.19.1"],
+ install_requires=["requests>=2.24.0"],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",