From d7c5266d9f578aab190cbbb51f2d796064841581 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Tue, 12 Dec 2023 17:37:52 +0000 Subject: [PATCH] Update package keywords --- pyproject.toml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 284bda8061..a31f512267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering", - "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Libraries", ] @@ -45,11 +44,13 @@ dependencies = [ description = "Multidimensional data analysis toolbox" dynamic = ["version"] keywords = [ + "cathodoluminescence", + "CL", + "EBSD", "EDX", + "EDS", "EELS", "EFTEM", - "EMSA", - "FEI", "ICA", "PCA", "PES", @@ -57,24 +58,25 @@ keywords = [ "TEM", "curve fitting", "data analysis", - "dm3", + "electron backscatter diffraction", "electron energy loss spectroscopy", "electron microscopy", - "emi", - "energy dispersive x-rays", + "energy dispersive x-ray spectroscopy", + "x-ray energy dispersive spectroscopy", "hyperspectral", "hyperspectrum", "hyperspy", "machine learning", "microscopy", "model", - "msa", "multidimensional", "numpy", + "off-axis electron holography", + "photoluminescence", + "PL", "python", "quantification", "scipy", - "ser", "spectroscopy", "spectrum image", ]