From 0e6201abf8c9ffc0718647a3aefde9a29aa8249e Mon Sep 17 00:00:00 2001 From: Gyubong Date: Wed, 3 Jan 2024 11:09:50 +0900 Subject: [PATCH] Change email info for package upload --- Cargo.toml | 2 +- binding/python/Cargo.toml | 2 +- binding/python/examples/cli/setup.py | 2 +- examples/memstore/Cargo.toml | 2 +- harness/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 97c1cbc0..be7895df 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.", "jopemachine "] 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 9c31f28c..5394e228 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.", "jopemachine "] license = "Apache-2.0" repository = "https://github.com/lablup/raftify" readme = "./README.md" diff --git a/binding/python/examples/cli/setup.py b/binding/python/examples/cli/setup.py index cf0966c1..b4b9da0f 100644 --- a/binding/python/examples/cli/setup.py +++ b/binding/python/examples/cli/setup.py @@ -26,7 +26,7 @@ def get_requirements(env: str = None): long_description_content_type='text/markdown', author="Lablup Inc.", maintainer="jopemachine", - maintainer_email="gbl@lablup.com", + maintainer_email="jopemachine@naver.com", url="https://github.com/lablup/raftify", license="Apache License 2.0", package_dir={"raftify_cli": "raftify_cli"}, diff --git a/examples/memstore/Cargo.toml b/examples/memstore/Cargo.toml index 3a59195c..6fd5191b 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.", "jopemachine "] edition = "2021" description = "raftify memstore example" diff --git a/harness/Cargo.toml b/harness/Cargo.toml index 4db21d8f..02f2d1ea 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.", "jopemachine "] description = "Testing harness for raftify." edition = "2021"