From cdf7f231b51404bfcfee99f8f116920636a17183 Mon Sep 17 00:00:00 2001 From: Chang-Hung Liang Date: Wed, 2 Jul 2014 01:06:39 +0800 Subject: [PATCH] Add trove classifiers --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index b632973..8369abc 100644 --- a/setup.py +++ b/setup.py @@ -55,11 +55,13 @@ def parse_requirements(filename): 'Development Status :: 3 - Alpha', 'Environment :: Console', 'Intended Audience :: Developers', + 'Intended Audience :: Financial and Insurance Industry', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Topic :: Internet :: WWW/HTTP', + 'Topic :: Office/Business :: Financial :: Investment', 'Topic :: Software Development :: Libraries :: Python Modules' ] )