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>2024-01-07 19:43:48 +0100
commitf85c97e9f14a893424f96ced0b4a517369b918c0 (patch)
tree76d9d2cfeed316212e9d272debc1c978a023df5f
parent0c5499f38fde3079c74b3167892f51d17397c63f (diff)
downloadnntplib-f85c97e9f14a893424f96ced0b4a517369b918c0.tar.gz
Add a note about requesting this packaging and avoiding the
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