Skip to content

Commit 16c9a32

Browse files
committed
1 parent 09062f2 commit 16c9a32

1 file changed

Lines changed: 18 additions & 15 deletions

File tree

pyproject.toml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
1-
[tool.poetry]
1+
[project]
22
name = "wakeonlan"
33
version = "3.1.0"
44
description = "A small python module for wake on lan."
5-
authors = ["Remco Haszing <remcohaszing@gmail.com>"]
65
license = "MIT"
76
readme = "README.rst"
8-
documentation = "http://pywakeonlan.readthedocs.io"
9-
repository = "https://github.com/remcohaszing/pywakeonlan"
10-
classifiers = [
11-
"Development Status :: 5 - Production/Stable",
12-
"Intended Audience :: Developers",
13-
"Intended Audience :: System Administrators",
14-
"Topic :: System :: Networking",
15-
"Typing :: Typed"
7+
requires-python = ">=3.7"
8+
authors = [
9+
{ name = "Remco Haszing", email = "remcohaszing@gmail.com" }
1610
]
11+
dynamic = ["classifiers"]
1712

18-
[tool.poetry.urls]
13+
[project.urls]
14+
Source = "https://github.com/remcohaszing/pywakeonlan"
15+
Documentation = "http://pywakeonlan.readthedocs.io"
1916
Changelog = "https://github.com/remcohaszing/pywakeonlan/releases"
2017
Issues = "https://github.com/remcohaszing/pywakeonlan/issues"
21-
Sponsor = "https://github.com/sponsors/remcohaszing"
18+
Funding = "https://github.com/sponsors/remcohaszing"
2219

23-
[tool.poetry.scripts]
20+
[project.scripts]
2421
wakeonlan = "wakeonlan:main"
2522

26-
[tool.poetry.dependencies]
27-
python = "^3.7"
23+
[tool.poetry]
24+
classifiers = [
25+
"Development Status :: 5 - Production/Stable",
26+
"Intended Audience :: Developers",
27+
"Intended Audience :: System Administrators",
28+
"Topic :: System :: Networking",
29+
"Typing :: Typed"
30+
]
2831

2932
[tool.poetry.group.dev.dependencies]
3033
coverage = { version = "*", extras = ["toml"] }

0 commit comments

Comments
 (0)