Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pilucca authored Jan 8, 2025
1 parent d17438d commit 26a9501
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[project]
name = "pyrad"
version= "2.4"
readme = "README.rst"
license = "BSD-3-Clause"
description="RADIUS tools"
authors = [
name = "pyrad"
version= "2.4"
readme = "README.rst"
license = "BSD-3-Clause"
description="RADIUS tools"
authors = [
{ name = "Istvan Ruzman", email = "[email protected]" },
{ name = "Christian Giese", email = "[email protected]" },
]
keywords = ["AAA", "accounting", "authentication", "authorization", "RADIUS"]
classifiers = [
keywords = ["AAA", "accounting", "authentication", "authorization", "RADIUS"]
classifiers = [
"Development Status :: 6 - Mature",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
Expand All @@ -37,5 +37,5 @@ repository = "https://github.com/pyradius/pyrad"
[tool.poetry.dependencies]
python = "^3.6"

[tool.poetry.group.dev-dependencies]
[tool.poetry.group.dev.dependencies]
nose = "^0.10.0b1"

0 comments on commit 26a9501

Please sign in to comment.