From 9b15343e74987f316ba10c5c9c4ff9f73ad0233e Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 29 Sep 2021 13:45:43 +0300 Subject: [PATCH] s/RedisLabs/Redis/ in select places --- LICENSE | 2 +- README.md | 2 +- pyproject.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index a9e87151..331f6c99 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, Redis Labs Modules +Copyright (c) 2018, Redis Modules All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index e832d0ba..29f10857 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # RLTest -Redis Labs Test Framework, allow running tests on redis and modules on a variety of environments. +Redis Test Framework, allow running tests on redis and modules on a variety of environments. Supported Environment: oss, oss-cluster, enterprise, enterprise-cluster diff --git a/pyproject.toml b/pyproject.toml index f7ef301f..1c0ff5a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "RLTest" version = "0.4.2" -description="Redis Labs Test Framework, allow to run tests on redis and modules on a variety of environments" -authors = ["RedisLabs "] +description="Redis Test Framework, allow to run tests on redis and modules on a variety of environments" +authors = ["Redis "] license = "BSD-3-Clause" readme = "README.md" @@ -31,7 +31,7 @@ psutil = "^5.8.0" pytest-cov = "2.5" [tool.poetry.urls] -repository = "https://github.com/RedisLabsModules/RLTest" +repository = "https://github.com/RedisModules/RLTest" [tool.poetry.scripts] RLTest = 'RLTest.__main__:main'