File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def run_tests(self):
23
23
sys .exit (pytest .main (self .test_args ))
24
24
25
25
26
- version = "0.1.11 "
26
+ version = "0.1.12 "
27
27
28
28
TEST_REQUIRE = ['pytest' ]
29
29
if sys .version_info [0 ] == 2 :
@@ -39,11 +39,12 @@ def run_tests(self):
39
39
'Programming Language :: Python' ,
40
40
'Programming Language :: Python :: 2.7' ,
41
41
'Programming Language :: Python :: 3.7' ,
42
+ 'Programming Language :: Python :: 3.8' ,
42
43
'License :: OSI Approved :: MIT License'
43
44
],
44
45
keywords = "AWS Lambda" ,
45
46
author = "YANG Xudong" ,
46
- author_email = "xudong.yang@hde.co.jp " ,
47
+ author_email = "xudong.yang@hennge.com " ,
47
48
url = "https://github.com/HDE/python-lambda-local" ,
48
49
license = "MIT" ,
49
50
packages = find_packages (exclude = ['examples' , 'tests' ]),
You can’t perform that action at this time.
0 commit comments