Skip to content
Snippets Groups Projects
Commit 197474c3 authored by Felix's avatar Felix
Browse files

Fix init import

parent a8dedc96
Branches
No related tags found
No related merge requests found
from los import simple, binary, score
\ No newline at end of file
from .los import simple, binary, score
\ No newline at end of file
File added
File added
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="lexicon_overlap_score", # Replace with your own username
version="0.0.1",
version="0.0.3",
author="Felix Welter",
author_email="felixwelter@gmail.com",
description="Functions for calculation of the lexicon overlap score",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment