From cbe16f23cb978092151b4d9099fc749da4aa6007 Mon Sep 17 00:00:00 2001 From: Arthur Vigan Date: Tue, 7 Apr 2020 16:00:03 +0200 Subject: [PATCH] Fix topic in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a728c7e..a3d370b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Science/Research ', - 'Topic :: Wavefront Sensing', + 'Topic :: Scientific/Engineering :: Astronomy', 'Programming Language :: Python :: 3', 'License :: OSI Approved :: MIT License' ],