diff --git a/pyproject.toml b/pyproject.toml index 8061958..f1f36e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,11 @@ repository = "https://github.com/sylvchev/mdla" documentation = "http://github.com/sylvchev/mdla" keywords = ["sparse decomposition", "dictionary learning", "multivariate signal", "eeg"] license = "BSD-3-Clause" +classifiers = [ + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "Topic :: Scientific/Engineering :: Artificial Intelligence", +] [tool.poetry.dependencies] python = "^3.6.1"