From 13f4cc90327d05c320ba74d558abdf108db339b3 Mon Sep 17 00:00:00 2001 From: Carl Karsten Date: Fri, 4 Oct 2024 01:14:52 -0500 Subject: [PATCH] Define homepage for pypi. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e3a1b707..4f933768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "A Python library for SNMP" authors = ["Ilya Etingof ", "LeXtudio Inc. "] license = "BSD-2-Clause" repository = "https://github.com/lextudio/pysnmp" +homepage = "https://pysnmp.com" classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console",