Skip to content

Commit 6963387

Browse files
committed
Add metadata to pyproject.toml
1 parent eb69e3d commit 6963387

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ name = "netlint"
33
version = "0.1.0"
44
description = "Performs static analysis on network device configuration files."
55
authors = ["Leo Kirchner <[email protected]>"]
6+
license = "GPLv3"
7+
readme = "README.md"
8+
homepage = "https://netlint.readthedocs.io"
9+
repository = "https://github.com/Kircheneer/netlint"
10+
keywords = ["lint", "networking"]
11+
classifiers = [
12+
"Operating System :: OS Independent",
13+
"Programming Language :: Python :: 3.6",
14+
"Programming Language :: Python :: 3.7",
15+
"Programming Language :: Python :: 3.8",
16+
"Programming Language :: Python :: 3.9",
17+
"Topic :: Software Development :: Documentation",
18+
"Topic :: Software Development :: Quality Assurance",
19+
]
20+
include = [
21+
"LICENSE",
22+
]
623

724
[tool.poetry.dependencies]
825
python = "^3.6.1"

0 commit comments

Comments
 (0)