File tree Expand file tree Collapse file tree 5 files changed +27
-5
lines changed
msrc-appconfig-dataclasses Expand file tree Collapse file tree 5 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 18
18
author = "Vassily Lyutsarev" ,
19
19
author_email = "vassilyl@microsoft.com" ,
20
20
description = "Plugin for msrc-appconfig." ,
21
+ license = "MIT License" ,
21
22
long_description = long_description ,
22
23
long_description_content_type = "text/markdown" ,
23
24
url = "https://github.com/microsoft/msrc-appconfig" ,
26
27
install_requires = ["msrc-appconfig" , "attrs" ],
27
28
classifiers = [
28
29
"Programming Language :: Python :: 3" ,
29
- # "License :: OSI Approved :: MIT License",
30
+ "Programming Language :: Python :: 3.6" ,
31
+ "Programming Language :: Python :: 3.7" ,
32
+ "Programming Language :: Python :: 3.8" ,
33
+ "Programming Language :: Python :: 3.9" ,
34
+ "Programming Language :: Python :: 3.10" ,
35
+ "License :: OSI Approved :: MIT License" ,
30
36
"Operating System :: OS Independent" ,
31
37
],
32
38
python_requires = '>=3.6' ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Base:
40
40
41
41
@attr .s ()
42
42
class NoTypeAnnotation ():
43
- f = attr .ib ()
43
+ f = attr .ib () # type: ignore
44
44
45
45
46
46
@attr .s (frozen = True , kw_only = True , auto_attribs = True )
Original file line number Diff line number Diff line change 18
18
author = "Vassily Lyutsarev" ,
19
19
author_email = "vassilyl@microsoft.com" ,
20
20
description = "Plugin for msrc-appconfig." ,
21
+ license = "MIT License" ,
21
22
long_description = long_description ,
22
23
long_description_content_type = "text/markdown" ,
23
24
url = "https://github.com/microsoft/msrc-appconfig" ,
26
27
install_requires = ["msrc-appconfig" ],
27
28
classifiers = [
28
29
"Programming Language :: Python :: 3" ,
29
- # "License :: OSI Approved :: MIT License",
30
+ "Programming Language :: Python :: 3.7" ,
31
+ "Programming Language :: Python :: 3.8" ,
32
+ "Programming Language :: Python :: 3.9" ,
33
+ "Programming Language :: Python :: 3.10" ,
34
+ "License :: OSI Approved :: MIT License" ,
30
35
"Operating System :: OS Independent" ,
31
36
],
32
37
python_requires = '>=3.7' ,
Original file line number Diff line number Diff line change 17
17
author = "Vassily Lyutsarev" ,
18
18
author_email = "vassilyl@microsoft.com" ,
19
19
description = "Plugin for msrc-appconfig." ,
20
+ license = "MIT License" ,
20
21
long_description = long_description ,
21
22
long_description_content_type = "text/markdown" ,
22
23
url = "https://github.com/microsoft/msrc-appconfig" ,
25
26
install_requires = ["msrc-appconfig" , "param==1.9.2" ],
26
27
classifiers = [
27
28
"Programming Language :: Python :: 3" ,
28
- # "License :: OSI Approved :: MIT License",
29
+ "Programming Language :: Python :: 3.6" ,
30
+ "Programming Language :: Python :: 3.7" ,
31
+ "Programming Language :: Python :: 3.8" ,
32
+ "Programming Language :: Python :: 3.9" ,
33
+ "Programming Language :: Python :: 3.10" ,
34
+ "License :: OSI Approved :: MIT License" ,
29
35
"Operating System :: OS Independent" ,
30
36
],
31
37
python_requires = '>=3.6' ,
Original file line number Diff line number Diff line change 18
18
author_email = "vassilyl@microsoft.com" ,
19
19
description = "Orchestrates application configuration from config files, "
20
20
"shell variables and command line arguments." ,
21
+ license = "MIT License" ,
21
22
long_description = long_description ,
22
23
long_description_content_type = "text/markdown" ,
23
24
url = "https://github.com/microsoft/msrc-appconfig" ,
40
41
},
41
42
classifiers = [
42
43
"Programming Language :: Python :: 3" ,
43
- # "License :: OSI Approved :: MIT License",
44
+ "Programming Language :: Python :: 3.7" ,
45
+ "Programming Language :: Python :: 3.8" ,
46
+ "Programming Language :: Python :: 3.9" ,
47
+ "Programming Language :: Python :: 3.10" ,
48
+ "License :: OSI Approved :: MIT License" ,
44
49
"Operating System :: OS Independent" ,
45
50
],
46
51
python_requires = '>=3.7' ,
You can’t perform that action at this time.
0 commit comments