diff --git a/Cargo.toml b/Cargo.toml
index de7ca23d30e9c9e89a76f1cc9432e32701e63b39..155f24ea5ec6b4e203f590c8d363680a3b333676 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,11 @@ name = "micro_ldtk"
 version = "0.2.0"
 edition = "2021"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+authors = [
+	"Louis Capitanchik <louis@microhacks.co.uk>"
+]
+repository = "https://lab.lcr.gr/microhacks/bevy-micro-ldtk.git"
+license = "Apache-2.0"
 
 [dependencies]
 bevy = "0.9.1"