File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ maintainers = [
9
9
]
10
10
description = " Generate Python stub files from docstrings"
11
11
readme = " README.md"
12
- license = {file = " LICENSE" }
12
+ license = " BSD-3-Clause"
13
+ license-files = [" LICENSE" ]
13
14
requires-python = " >=3.12"
15
+ keywords = [" typing" , " stub files" , " docstings" , " numpydoc" ]
14
16
classifiers = [
15
17
" Development Status :: 3 - Alpha" ,
16
18
" Environment :: Console" ,
17
19
" Intended Audience :: Developers" ,
18
20
" Intended Audience :: Science/Research" ,
19
- " License :: OSI Approved :: BSD License" ,
20
21
" Operating System :: OS Independent" ,
21
22
" Programming Language :: Python" ,
22
23
" Programming Language :: Python :: 3" ,
@@ -49,7 +50,7 @@ test = [
49
50
]
50
51
51
52
[project .urls ]
52
- Home = " https://github.com/lagru/docstub"
53
+ Homepage = " https://github.com/lagru/docstub"
53
54
54
55
[project .scripts ]
55
56
docstub = " docstub.__main__:cli"
You can’t perform that action at this time.
0 commit comments