Explorar el Código

Update setup.py

luozhouyang hace 5 años
padre
commit
11f492db63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -11,7 +11,7 @@ setuptools.setup(
     long_description_content_type="text/markdown",
     url="https://github.com/luozhouyang/python-string-similarity",
     author="ZhouYang Luo",
-    author_email="stupidme.me.lzy@gmail.com",
+    author_email="zhouyang.luo@gmail.com",
     packages=setuptools.find_packages(),
     include_package_data=True,
     install_requires=[],