From e938be8507b7d83d3711c92345ad367cf3dcee0b Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Thu, 26 Feb 2015 20:23:31 +0100 Subject: [PATCH] Fix trove classifier --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e12102..cb1e41d 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,8 @@ setup( # Indicate who your project is intended for 'Intended Audience :: Developers', - 'Topic :: Software Development :: Build Tools', + 'Topic :: Scientific/Engineering', + 'Topic :: Software Development :: Libraries', # Pick your license as you wish (should match "license" above) 'License :: OSI Approved :: MIT License',