From d254de3c18ae0d1a4776ac30c52c62e9dbae1abe Mon Sep 17 00:00:00 2001 From: Gyubong Date: Wed, 3 Jan 2024 11:53:33 +0900 Subject: [PATCH] Change author info for package upload --- Cargo.toml | 2 +- binding/python/Cargo.toml | 2 +- examples/memstore/Cargo.toml | 2 +- harness/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index be7895df..b4cc3bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "raftify" version = "0.1.0" -authors = ["Lablup Inc.", "jopemachine "] +authors = ["Lablup Inc."] edition = "2021" license = "MIT/Apache-2.0" repository = "https://github.com/lablup/raftify" diff --git a/binding/python/Cargo.toml b/binding/python/Cargo.toml index 5394e228..d3fe9ab9 100644 --- a/binding/python/Cargo.toml +++ b/binding/python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "raftify-py" version = "0.1.0" -authors = ["Lablup Inc.", "jopemachine "] +authors = ["Lablup Inc."] license = "Apache-2.0" repository = "https://github.com/lablup/raftify" readme = "./README.md" diff --git a/examples/memstore/Cargo.toml b/examples/memstore/Cargo.toml index 6fd5191b..9ae1747d 100644 --- a/examples/memstore/Cargo.toml +++ b/examples/memstore/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "memstore" version = "0.1.0" -authors = ["Lablup Inc.", "jopemachine "] +authors = ["Lablup Inc."] edition = "2021" description = "raftify memstore example" diff --git a/harness/Cargo.toml b/harness/Cargo.toml index 02f2d1ea..f7719c08 100644 --- a/harness/Cargo.toml +++ b/harness/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "harness" version = "0.1.0" -authors = ["Lablup Inc.", "jopemachine "] +authors = ["Lablup Inc."] description = "Testing harness for raftify." edition = "2021"