aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-04-14 22:04:11 +0200
committerMatěj Cepl <mcepl@cepl.eu>2023-04-14 22:04:11 +0200
commited8f0f2e0c384f03c67be2ab6712ca44c98cfcd1 (patch)
tree7fa93d51cf6f7eec0d2808da899d8cc49f555340
parent3ddf96409726e777603f60b050a30a765d158871 (diff)
downloadnntplib-ed8f0f2e0c384f03c67be2ab6712ca44c98cfcd1.tar.gz
Add metadata for home page and bug reporting.0.1.1
-rw-r--r--CHANGES5
-rw-r--r--pyproject.toml6
-rw-r--r--src/nntplib.egg-info/PKG-INFO5
-rw-r--r--src/nntplib.egg-info/SOURCES.txt2
4 files changed, 15 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 380bef0..5dd8036 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+0.1.1 - 2023-04-14
+------------------
+
+- Add metadata for home page and bug reporting.
+
0.1.0 - 2023-04-13
------------------
diff --git a/pyproject.toml b/pyproject.toml
index 7f46c6a..3296c0f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "nntplib"
-version = "0.1.0"
+version = "0.1.1"
description = "nntplib from Python 3 standard library as an independent module"
keywords = ["nntp"]
authors = [
@@ -21,6 +21,10 @@ classifiers = [
"Development Status :: 3 - Alpha",
]
+[project.urls]
+"Homepage" = "https://sr.ht/~mcepl/nntplib/"
+"Bug Tracker" = "https://lists.sr.ht/~mcepl/devel"
+
# [project.scripts]
# my-script = "my_package.module:function"
diff --git a/src/nntplib.egg-info/PKG-INFO b/src/nntplib.egg-info/PKG-INFO
index 46ac94e..7374de6 100644
--- a/src/nntplib.egg-info/PKG-INFO
+++ b/src/nntplib.egg-info/PKG-INFO
@@ -1,9 +1,11 @@
Metadata-Version: 2.1
Name: nntplib
-Version: 0.1.0
+Version: 0.1.1
Summary: nntplib from Python 3 standard library as an independent module
Author-email: Matěj Cepl <mcepl@cepl.eu>
License: BSD-3-Clause
+Project-URL: Homepage, https://sr.ht/~mcepl/nntplib/
+Project-URL: Bug Tracker, https://lists.sr.ht/~mcepl/devel
Keywords: nntp
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
@@ -12,6 +14,7 @@ Classifier: Topic :: Communications :: Usenet News
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
+Description-Content-Type: text/markdown
License-File: LICENSE
nntplib library from Python 3 standard library as an independent module.
diff --git a/src/nntplib.egg-info/SOURCES.txt b/src/nntplib.egg-info/SOURCES.txt
index 6d16409..3cacd65 100644
--- a/src/nntplib.egg-info/SOURCES.txt
+++ b/src/nntplib.egg-info/SOURCES.txt
@@ -1,7 +1,7 @@
CHANGES
LICENSE
MANIFEST.in
-README
+README.md
nntplib.rst
pyproject.toml
src/__init__.py