Skip to content

Commit

Permalink
Add description to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan authored Jun 6, 2023
1 parent 4fce2de commit 3297c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -60,4 +60,4 @@ check_untyped_defs = true
exclude_also = [
'__repr__',
'raise NotImplementedError()'
]
]

0 comments on commit 3297c46

Please sign in to comment.