Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Set name to pymagnitude-lite to allow upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Aug 11, 2020
1 parent 7cbfbe2 commit 5f063ec
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,7 +3,7 @@
with open("README.md", "r") as f:
DESCRIPTION = f.read()

setup(name="pymagnitude",
setup(name="pymagnitude-lite",
version="0.1.143",
description="Magnitude fork that only supports Word2Vec, GloVe and fastText embeddings",
long_description=DESCRIPTION,
Expand Down

0 comments on commit 5f063ec

Please sign in to comment.