From 3d0c10f0faf1b7926db7a4aca435384e216fbe6e Mon Sep 17 00:00:00 2001 From: Maja Jablonska <majajjablonska@gmail.com> Date: Fri, 26 Jan 2024 17:28:14 +0100 Subject: [PATCH] Change pypi name --- setup.py | 2 +- tests/{fixtures => test_fixtures}/small_vocabulary/.lock | 0 tests/{fixtures => test_fixtures}/train_vocabulary/.lock | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tests/{fixtures => test_fixtures}/small_vocabulary/.lock (100%) mode change 100755 => 100644 rename tests/{fixtures => test_fixtures}/train_vocabulary/.lock (100%) mode change 100755 => 100644 diff --git a/setup.py b/setup.py index 5649e1d..dc74f93 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 -- GitLab