We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e86e3 commit 8207ff5Copy full SHA for 8207ff5
setup.py
@@ -7,7 +7,7 @@
7
8
9
def setup_package():
10
- package_name = "spacy-stanfordnlp"
+ package_name = "spacy_stanfordnlp"
11
root = os.path.abspath(os.path.dirname(__file__))
12
13
# Read in package meta from about.py
@@ -22,7 +22,7 @@ def setup_package():
22
readme = f.read()
23
24
setup(
25
- name=package_name,
+ name=about["__title__"],
26
description=about["__summary__"],
27
long_description=readme,
28
long_description_content_type="text/markdown",
0 commit comments