aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-04-13 23:34:34 +0200
committerMatěj Cepl <mcepl@cepl.eu>2023-04-13 23:36:58 +0200
commit3ddf96409726e777603f60b050a30a765d158871 (patch)
treeacbbe5219d8c28e9ce29f0530a92f36ed75a1271
parent6fb8ad52834023b1e370a9104aabf84d68002dba (diff)
downloadnntplib-3ddf96409726e777603f60b050a30a765d158871.tar.gz
Rename README to README.md
-rw-r--r--README.md (renamed from README)0
-rw-r--r--pyproject.toml2
2 files changed, 1 insertions, 1 deletions
diff --git a/README b/README.md
index 9e60131..9e60131 100644
--- a/README
+++ b/README.md
diff --git a/pyproject.toml b/pyproject.toml
index b31878c..7f46c6a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ authors = [
dependencies = [
'importlib-metadata; python_version<"3.8"',
]
-readme = "README"
+readme = "README.md"
license = {text = "BSD-3-Clause"}
classifiers = [
"Framework :: Django",