aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-05-27 17:50:04 +0200
committerMatěj Cepl <mcepl@cepl.eu>2023-05-27 17:50:04 +0200
commit5e0aaababd43725323442317f0ec48856771c671 (patch)
tree76d9d2cfeed316212e9d272debc1c978a023df5f
parent4cb431e3e40dca2c8ea32e484879e60d70cbc7fb (diff)
downloadnntplib-license.tar.gz
Add a note about requesting this packaging and avoiding thelicense
conflict with the standard library.
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e60131..62e33a7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,15 @@
nntplib library from Python 3 standard library as an independent module.
+Because `nntplib` is still a valid library in all relevant
+versions of the standard library up to and including Python 3.12,
+so when asking for it, the care should be made to avoid the
+conflict. For example, use this line in your `pyproject.toml`
+`project.dependencies` section:
+
+```
+ 'nntplib; python_version>="3.12"'
+```
+
All issues, questions, complaints, or (even better!) patches
should be send via email to
[~mcepl/devel@lists.sr.ht](mailto:~mcepl/devel@lists.sr.ht) email