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'