Explorar o código

amend a setup error

chenhaiyang %!s(int64=5) %!d(string=hai) anos
pai
achega
006573b243
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -10,9 +10,9 @@ README = (HERE / 'README.md').read_text()
 setup(
     name='short-text-sim',
     version='1.0.0',
-    author='Chen haiyang',
+    author='Chen Haiyang',
     license='MIT',
     packages=['sim'],
     include_package_data=True,
-    install_rerquires=['jieba', 'numpy'],
+    install_requires=['jieba', 'numpy'],
 )