From a9bdeadeefee0e107a6d86fb055d3a4c10f08d2f Mon Sep 17 00:00:00 2001 From: chenxy123 Date: Wed, 7 Jun 2017 21:16:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0setup.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 5851ff23..a584359f 100644 --- a/setup.py +++ b/setup.py @@ -42,16 +42,18 @@ setup( author_email='vn.py@foxmail.com', license='MIT', url='http://www.vnpy.org', - description='A framework for developing quantitative trading programmes', + description='A framework for developing Quantitative Trading programmes', long_description = __doc__, keywords='quant quantitative investment trading algotrading', classifiers=['Development Status :: 4 - Beta', - 'Environment :: Quantiative Trading', - 'Operating System :: Windows 7', - 'Operating System :: Windows 8', - 'Operating System :: Windows 10', - 'Operating System :: Windows Server 2008', + 'Operating System :: Microsoft :: Windows :: Windows 7', + 'Operating System :: Microsoft :: Windows :: Windows 8', + 'Operating System :: Microsoft :: Windows :: Windows 10', + 'Operating System :: Microsoft :: Windows :: Windows Server 2008', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Topic :: Office/Business :: Financial :: Investment', + 'Programming Language :: Python :: Implementation :: CPython', 'License :: OSI Approved :: MIT License'], packages=getSubpackages('vnpy'), package_data={'': ['*.json', '*.md', '*.ico',