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):
2323 sys .exit (pytest .main (self .test_args ))
2424
2525
26- version = "0.1.11 "
26+ version = "0.1.12 "
2727
2828TEST_REQUIRE = ['pytest' ]
2929if sys .version_info [0 ] == 2 :
@@ -39,11 +39,12 @@ def run_tests(self):
3939 'Programming Language :: Python' ,
4040 'Programming Language :: Python :: 2.7' ,
4141 'Programming Language :: Python :: 3.7' ,
42+ 'Programming Language :: Python :: 3.8' ,
4243 'License :: OSI Approved :: MIT License'
4344 ],
4445 keywords = "AWS Lambda" ,
4546 author = "YANG Xudong" ,
46- author_email = "xudong.yang@hde.co.jp " ,
47+ author_email = "xudong.yang@hennge.com " ,
4748 url = "https://github.com/HDE/python-lambda-local" ,
4849 license = "MIT" ,
4950 packages = find_packages (exclude = ['examples' , 'tests' ]),
You can’t perform that action at this time.
0 commit comments