diff --git a/pyproject.toml b/pyproject.toml index 3b648e2..c3d5d6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "aioarp" dynamic = ["version"] -description = '' +description = 'Aioarp is a ARP protocol implementation that provides synchronous and asynchronous interfaces and gives you complete control over how ARP packets are sent.' readme = "README.md" requires-python = ">=3.7" license = "MIT" @@ -60,4 +60,4 @@ check_untyped_defs = true exclude_also = [ '__repr__', 'raise NotImplementedError()' -] \ No newline at end of file +]