diff --git a/setup.py b/setup.py index 5649e1d5b0f50dc68fded7f8afa84c89047d7a74..dc74f93e47c8c8524268dfa95fc7d24732246df0 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ REQUIREMENTS = [ ] setup( - name="combo-nlp", + name="combo", version="3.1.0", author="Maja Jablonska", author_email="maja.jablonska@ipipan.waw.pl", diff --git a/tests/fixtures/small_vocabulary/.lock b/tests/test_fixtures/small_vocabulary/.lock old mode 100755 new mode 100644 similarity index 100% rename from tests/fixtures/small_vocabulary/.lock rename to tests/test_fixtures/small_vocabulary/.lock diff --git a/tests/fixtures/train_vocabulary/.lock b/tests/test_fixtures/train_vocabulary/.lock old mode 100755 new mode 100644 similarity index 100% rename from tests/fixtures/train_vocabulary/.lock rename to tests/test_fixtures/train_vocabulary/.lock