From a89a954a1706bcffa497309388b993ff82016829 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Sun, 15 Aug 2021 20:08:52 +0000 Subject: [PATCH] Not me ... us (#2654) I don't see much of a reason at this point to boost my name over anyone elses. We are all Bevy Contributors. --- CONTRIBUTING.md | 5 ++--- Cargo.toml | 4 ---- benches/Cargo.toml | 4 ---- crates/bevy_app/Cargo.toml | 4 ---- crates/bevy_asset/Cargo.toml | 4 ---- crates/bevy_audio/Cargo.toml | 4 ---- crates/bevy_core/Cargo.toml | 4 ---- crates/bevy_derive/Cargo.toml | 4 ---- crates/bevy_diagnostic/Cargo.toml | 4 ---- crates/bevy_dylib/Cargo.toml | 4 ---- crates/bevy_dynamic_plugin/Cargo.toml | 4 ---- crates/bevy_ecs/Cargo.toml | 4 ---- crates/bevy_ecs/macros/Cargo.toml | 4 ---- crates/bevy_gilrs/Cargo.toml | 1 - crates/bevy_gltf/Cargo.toml | 4 ---- crates/bevy_input/Cargo.toml | 4 ---- crates/bevy_internal/Cargo.toml | 4 ---- crates/bevy_log/Cargo.toml | 4 ---- crates/bevy_macro_utils/Cargo.toml | 4 ---- crates/bevy_math/Cargo.toml | 4 ---- crates/bevy_pbr/Cargo.toml | 4 ---- crates/bevy_reflect/Cargo.toml | 4 ---- crates/bevy_reflect/bevy_reflect_derive/Cargo.toml | 4 ---- crates/bevy_render/Cargo.toml | 4 ---- crates/bevy_scene/Cargo.toml | 4 ---- crates/bevy_sprite/Cargo.toml | 4 ---- crates/bevy_tasks/Cargo.toml | 5 ----- crates/bevy_text/Cargo.toml | 4 ---- crates/bevy_transform/Cargo.toml | 4 ---- crates/bevy_ui/Cargo.toml | 4 ---- crates/bevy_utils/Cargo.toml | 4 ---- crates/bevy_wgpu/Cargo.toml | 4 ---- crates/bevy_window/Cargo.toml | 4 ---- crates/bevy_winit/Cargo.toml | 4 ---- examples/ios/Cargo.toml | 1 - tools/ci/Cargo.toml | 4 ---- 36 files changed, 2 insertions(+), 138 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 301b577859..f1f4a66e5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -258,9 +258,8 @@ To locally lint your files using the same workflow as our CI: If you end up adding a new official Bevy crate to the `bevy` repo: -1. Add a "Bevy Contributors " entry in the Author field of `Cargo.toml`. -2. Add the new crate to the [./tools/publish.sh](./tools/publish.sh) file. -3. Check if a new cargo feature was added, update [cargo_features.md](https://github.com/bevyengine/bevy/blob/main/docs/cargo_features.md) as needed. +1. Add the new crate to the [./tools/publish.sh](./tools/publish.sh) file. +2. Check if a new cargo feature was added, update [cargo_features.md](https://github.com/bevyengine/bevy/blob/main/docs/cargo_features.md) as needed. When contributing, please: diff --git a/Cargo.toml b/Cargo.toml index a59b69cc50..0fafd91be7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] categories = ["game-engines", "graphics", "gui", "rendering"] description = "A refreshingly simple data-driven game engine and app framework" exclude = ["assets/**/*", "tools/**/*", ".github/**/*", "crates/**/*"] diff --git a/benches/Cargo.toml b/benches/Cargo.toml index 318bd83fe2..500667f668 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "benches" version = "0.1.0" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] edition = "2018" [dev-dependencies] diff --git a/crates/bevy_app/Cargo.toml b/crates/bevy_app/Cargo.toml index 58e8ac243e..95a0bd6cf8 100644 --- a/crates/bevy_app/Cargo.toml +++ b/crates/bevy_app/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_app" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides core App functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index f9b6bdf667..0f0dd0a50f 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_asset" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides asset functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index e5d9b02163..fbad59c25a 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_audio" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides audio functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_core/Cargo.toml b/crates/bevy_core/Cargo.toml index ef6283e890..0843d2d49e 100644 --- a/crates/bevy_core/Cargo.toml +++ b/crates/bevy_core/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_core" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides core functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_derive/Cargo.toml b/crates/bevy_derive/Cargo.toml index 2729d6f107..af16371669 100644 --- a/crates/bevy_derive/Cargo.toml +++ b/crates/bevy_derive/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_derive" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides derive implementations for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_diagnostic/Cargo.toml b/crates/bevy_diagnostic/Cargo.toml index 83b234b01d..b2e26c79f5 100644 --- a/crates/bevy_diagnostic/Cargo.toml +++ b/crates/bevy_diagnostic/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_diagnostic" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides diagnostic functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_dylib/Cargo.toml b/crates/bevy_dylib/Cargo.toml index cb424f6673..c1aa74ecd8 100644 --- a/crates/bevy_dylib/Cargo.toml +++ b/crates/bevy_dylib/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_dylib" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Force the Bevy Engine to be dynamically linked for faster linking" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_dynamic_plugin/Cargo.toml b/crates/bevy_dynamic_plugin/Cargo.toml index 99589c7cc9..e1b17258d3 100644 --- a/crates/bevy_dynamic_plugin/Cargo.toml +++ b/crates/bevy_dynamic_plugin/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "bevy_dynamic_plugin" version = "0.5.0" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] edition = "2018" description = "Provides dynamic plugin loading capabilities for non-wasm platforms" homepage = "https://bevyengine.org" diff --git a/crates/bevy_ecs/Cargo.toml b/crates/bevy_ecs/Cargo.toml index b7797993bc..00010a1525 100644 --- a/crates/bevy_ecs/Cargo.toml +++ b/crates/bevy_ecs/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_ecs" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Bevy Engine's entity component system" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_ecs/macros/Cargo.toml b/crates/bevy_ecs/macros/Cargo.toml index b6617e54ee..78f882dead 100644 --- a/crates/bevy_ecs/macros/Cargo.toml +++ b/crates/bevy_ecs/macros/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_ecs_macros" version = "0.5.0" description = "Bevy ECS Macros" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/bevy_gilrs/Cargo.toml b/crates/bevy_gilrs/Cargo.toml index e913abb9b9..228dc6cee1 100644 --- a/crates/bevy_gilrs/Cargo.toml +++ b/crates/bevy_gilrs/Cargo.toml @@ -2,7 +2,6 @@ name = "bevy_gilrs" version = "0.5.0" edition = "2018" -authors = ["Bevy Contributors ", "Carter Anderson "] description = "Gamepad system made using Gilrs for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index b94c04d664..b566d426c2 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_gltf" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Bevy Engine GLTF loading" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_input/Cargo.toml b/crates/bevy_input/Cargo.toml index fdd442b612..1d2d9d0474 100644 --- a/crates/bevy_input/Cargo.toml +++ b/crates/bevy_input/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_input" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides input functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_internal/Cargo.toml b/crates/bevy_internal/Cargo.toml index 64460a5d7e..56ffec034e 100644 --- a/crates/bevy_internal/Cargo.toml +++ b/crates/bevy_internal/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_internal" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "An internal Bevy crate used to facilitate optional dynamic linking via the 'dynamic' feature" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index b7a2e29c70..d4e63e9640 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_log" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides logging for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_macro_utils/Cargo.toml b/crates/bevy_macro_utils/Cargo.toml index 46c8fac2ba..40f606df35 100644 --- a/crates/bevy_macro_utils/Cargo.toml +++ b/crates/bevy_macro_utils/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_macro_utils" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A collection of utils for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index 48a0c14167..007f5ae039 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_math" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides math functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_pbr/Cargo.toml b/crates/bevy_pbr/Cargo.toml index 38f08920e9..a1b8afb9d5 100644 --- a/crates/bevy_pbr/Cargo.toml +++ b/crates/bevy_pbr/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_pbr" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Adds PBR rendering to Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index 1f0e81e050..9756ff113e 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_reflect" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Dynamically interact with rust types" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml b/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml index 1836607e1b..0816fb5b91 100644 --- a/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml +++ b/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_reflect_derive" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Derive implementations for bevy_reflect" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 7c82d528ea..c18b6ed307 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_render" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides rendering functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_scene/Cargo.toml b/crates/bevy_scene/Cargo.toml index 3c555b2a8e..8111ab14bb 100644 --- a/crates/bevy_scene/Cargo.toml +++ b/crates/bevy_scene/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_scene" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides scene functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_sprite/Cargo.toml b/crates/bevy_sprite/Cargo.toml index 13689a1686..4c47f9457a 100644 --- a/crates/bevy_sprite/Cargo.toml +++ b/crates/bevy_sprite/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_sprite" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides sprite functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_tasks/Cargo.toml b/crates/bevy_tasks/Cargo.toml index 876d1482c9..0d54f41cf3 100644 --- a/crates/bevy_tasks/Cargo.toml +++ b/crates/bevy_tasks/Cargo.toml @@ -2,11 +2,6 @@ name = "bevy_tasks" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Lachlan Sneff ", - "Philip Degarmo ", -] description = "A task executor for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_text/Cargo.toml b/crates/bevy_text/Cargo.toml index 1d9ec77655..f4be2c9a85 100644 --- a/crates/bevy_text/Cargo.toml +++ b/crates/bevy_text/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_text" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides text functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_transform/Cargo.toml b/crates/bevy_transform/Cargo.toml index eec5f36215..5b22b660aa 100644 --- a/crates/bevy_transform/Cargo.toml +++ b/crates/bevy_transform/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_transform" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides hierarchy and transform functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index 0735b48971..07e653d834 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_ui" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A custom ECS-driven UI framework built specifically for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_utils/Cargo.toml b/crates/bevy_utils/Cargo.toml index d98ab41e6c..ff7b66065d 100644 --- a/crates/bevy_utils/Cargo.toml +++ b/crates/bevy_utils/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_utils" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A collection of utils for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_wgpu/Cargo.toml b/crates/bevy_wgpu/Cargo.toml index 24d4cd5a07..2b1c1823d0 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_wgpu" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A wgpu render backend for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index fc16c99b93..de6d981d0f 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_window" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides windowing functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 677c20ea57..9ae4d552a0 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_winit" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A winit window and input backend for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/examples/ios/Cargo.toml b/examples/ios/Cargo.toml index 13a99407cc..06a9baa583 100644 --- a/examples/ios/Cargo.toml +++ b/examples/ios/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "bevy-ios-example" version = "0.1.0" -authors = ["Sebastian Imlay "] edition = "2018" [lib] diff --git a/tools/ci/Cargo.toml b/tools/ci/Cargo.toml index cea60163c5..5155102f95 100644 --- a/tools/ci/Cargo.toml +++ b/tools/ci/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "ci" version = "0.1.0" -authors = [ - "Bevy Contributors ", - "Nathan Stocks " -] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html