From bac492462bec8cb16f787cab0dc1e72db7f3a9cc Mon Sep 17 00:00:00 2001 From: Matthieu Baumann Date: Thu, 18 Jul 2024 10:56:26 +0200 Subject: [PATCH] remove astronomy category as it is not allowed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 966ca2b..3053164 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Implementation of the FITS image parser" license = "Apache-2.0 OR MIT" readme = "readme.md" -categories = ["science", "algorithms", "astronomy"] +categories = ["science", "algorithms"] keywords = ["fits"] documentation = "https://docs.rs/fitsrs" homepage = "https://github.com/cds-astro/fitsrs/"