Skip to content

Commit

Permalink
Change email info for package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 3, 2024
1 parent 9ca9c12 commit 0e6201a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "raftify"
version = "0.1.0"
authors = ["Lablup Inc.", "jopemachine <gbl@lablup.com>"]
authors = ["Lablup Inc.", "jopemachine <jopemachine@naver.com>"]
edition = "2021"
license = "MIT/Apache-2.0"
repository = "https://github.com/lablup/raftify"
Expand Down
2 changes: 1 addition & 1 deletion binding/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "raftify-py"
version = "0.1.0"
authors = ["Lablup Inc.", "jopemachine <gbl@lablup.com>"]
authors = ["Lablup Inc.", "jopemachine <jopemachine@naver.com>"]
license = "Apache-2.0"
repository = "https://github.com/lablup/raftify"
readme = "./README.md"
Expand Down
2 changes: 1 addition & 1 deletion binding/python/examples/cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion examples/memstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "memstore"
version = "0.1.0"
authors = ["Lablup Inc.", "jopemachine <gbl@lablup.com>"]
authors = ["Lablup Inc.", "jopemachine <jopemachine@naver.com>"]
edition = "2021"
description = "raftify memstore example"

Expand Down
2 changes: 1 addition & 1 deletion harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "harness"
version = "0.1.0"
authors = ["Lablup Inc.", "jopemachine <gbl@lablup.com>"]
authors = ["Lablup Inc.", "jopemachine <jopemachine@naver.com>"]
description = "Testing harness for raftify."
edition = "2021"

Expand Down

0 comments on commit 0e6201a

Please sign in to comment.