Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Apr 19, 2021
1 parent 1dd4da0 commit 3e7b2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
if __name__ == "__main__":
from setuptools import setup, find_packages

setup(name="sense2vec", packages=find_packages())
setup(name="spacymoji", packages=find_packages())

0 comments on commit 3e7b2a2

Please sign in to comment.