Browse Source

amend a setup error

chenhaiyang 4 years ago
parent
commit
006573b243
1 changed files with 2 additions and 2 deletions
  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'],
 )