File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ name = "netlint"
3
3
version = " 0.1.0"
4
4
description = " Performs static analysis on network device configuration files."
5
5
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
+ ]
6
23
7
24
[tool .poetry .dependencies ]
8
25
python = " ^3.6.1"
You can’t perform that action at this time.
0 commit comments