File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ name = "pyconstclasses"
8
8
version = " 1.0"
9
9
description = " Package with const class decoratos and utility"
10
10
authors = [
11
- {name = " SpectraL519" }
11
+ {name = " SpectraL519" }
12
12
]
13
- readme = {file = " README.md" , content-type = " markdown" }
13
+ readme = {file = " README.md" , content-type = " text/ markdown" }
14
14
license = {file = " LICENSE" }
15
15
requires-python = " >= 3.9"
16
16
keywords = [" const" , " const class" , " const classes" ]
17
17
classifiers = [
18
18
" Development Status :: 5 - Production/Stable" , # 3 - Alpha, 5 - Production/Stable
19
19
20
20
" Intended Audience :: Developers" ,
21
- " Topic :: Software Development :: Decorators " ,
21
+ " Topic :: Software Development :: Libraries :: Python Modules " ,
22
22
23
- " License :: MIT License" ,
23
+ " License :: OSI Approved :: MIT License" ,
24
24
25
25
" Programming Language :: Python :: 3" ,
26
26
" Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments