Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update metadata #1666

Merged
merged 3 commits into from
Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@
# under the License.

[package]
authors = ["Apache Software Foundation <dev@opendal.apache.org>"]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use ASF because an incubating project is not fully endorsed by the ASF and I'd suggest we identify our name. "Apache OpenDAL (Incubating) Contributors" is wordy. Maybe we can add "Apache" after graduated.

categories = ["filesystem"]
description = "OpenDAL: Access data freely, painlessly, and efficiently."
edition = "2021"
exclude = [".github/", "bindings/", "profiles/", "oli/", "tests/"]
exclude = [".github/", "binaries/", "bindings/", "profiles/", "tests/"]
homepage = "https://opendal.apache.org/"
keywords = ["storage", "fs", "s3", "azblob", "gcs"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/apache/incubator-opendal"
rust-version = "1.60" # MSRV for this project - please update while bump versions
version = "0.30.3"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

[package.metadata.docs.rs]
all-features = true
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,14 @@ More examples could be found at [Documentation](https://opendal.apache.org).

## Contributing

Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details on getting started with contributing to this project.
Check out the [CONTRIBUTING](CONTRIBUTING.md) guide for more details on getting started with contributing to this project.

## Getting help

Submit [issues](https://github.com/apache/incubator-opendal/issues/new) for bug report or asking questions in [discussion](https://github.com/apache/incubator-opendal/discussions/new?category=q-a).
Submit [issues](https://github.com/apache/incubator-opendal/issues/new) for bug report or asking questions in the [Discussions forum](https://github.com/apache/incubator-opendal/discussions/new?category=q-a).

Talk to develops at [discord].

#### License
## License

<sup>
Licensed under <a href="./LICENSE">Apache License, Version 2.0</a>.
</sup>
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
3 changes: 2 additions & 1 deletion binaries/oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
# under the License.

[package]
authors = ["Databend Authors <opensource@datafuselabs.com>"]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
categories = ["filesystem"]
description = "OpenDAL Command Line Interface"
edition = "2021"
homepage = "https://opendal.apache.org/"
keywords = ["storage", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "oli"
publish = false
repository = "https://github.com/apache/incubator-opendal"
version = "0.19.6"

Expand Down
5 changes: 5 additions & 0 deletions bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
# under the License.

[package]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
edition = "2021"
homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
name = "opendal-c"
publish = false
repository = "https://github.com/apache/incubator-opendal"
version = "0.1.0"

[lib]
Expand Down
6 changes: 3 additions & 3 deletions bindings/c/cbindgen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
# See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml
# for detailed documentation of every option here.

language = "C"
cpp_compat = true
documentation_style = "c"
header = """
/**
* Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -40,7 +41,6 @@ header = """
*/
"""
include_guard = "_OPENDAL_H"
language = "C"
no_includes = true
sys_includes = ["stdint.h", "stddef.h", "stdbool.h"]
cpp_compat = true
documentation_style = "c"
5 changes: 5 additions & 0 deletions bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
# under the License.

[package]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
edition = "2021"
homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
name = "opendal-nodejs"
publish = false
repository = "https://github.com/apache/incubator-opendal"
version = "0.30.3"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendal",
"author": "Databend Authors <opensource@datafuselabs.com>",
"author": "OpenDAL Contributors <dev@opendal.apache.org>",
"version": "0.30.3",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
5 changes: 3 additions & 2 deletions bindings/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
# under the License.

[package]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
description = "OpenDAL's object_store binding"
edition = "2021"
homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
name = "object_store_opendal"
repository = "https://github.com/apache/incubator-opendal"
rust-version = "1.60" # MSRV for this project - please update while bump versions
version = "0.30.3"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

[dependencies]
async-trait = "0.1"
Expand Down
5 changes: 5 additions & 0 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
# under the License.

[package]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
edition = "2021"
homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
name = "opendal-python"
publish = false
repository = "https://github.com/apache/incubator-opendal"
version = "0.30.3"

[lib]
Expand Down