更新setup.py

This commit is contained in:
chenxy123 2017-06-07 21:16:49 +08:00
parent ee59274638
commit a9bdeadeef

View File

@ -42,16 +42,18 @@ setup(
author_email='vn.py@foxmail.com', author_email='vn.py@foxmail.com',
license='MIT', license='MIT',
url='http://www.vnpy.org', url='http://www.vnpy.org',
description='A framework for developing quantitative trading programmes', description='A framework for developing Quantitative Trading programmes',
long_description = __doc__, long_description = __doc__,
keywords='quant quantitative investment trading algotrading', keywords='quant quantitative investment trading algotrading',
classifiers=['Development Status :: 4 - Beta', classifiers=['Development Status :: 4 - Beta',
'Environment :: Quantiative Trading', 'Operating System :: Microsoft :: Windows :: Windows 7',
'Operating System :: Windows 7', 'Operating System :: Microsoft :: Windows :: Windows 8',
'Operating System :: Windows 8', 'Operating System :: Microsoft :: Windows :: Windows 10',
'Operating System :: Windows 10', 'Operating System :: Microsoft :: Windows :: Windows Server 2008',
'Operating System :: Windows Server 2008', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Topic :: Office/Business :: Financial :: Investment',
'Programming Language :: Python :: Implementation :: CPython',
'License :: OSI Approved :: MIT License'], 'License :: OSI Approved :: MIT License'],
packages=getSubpackages('vnpy'), packages=getSubpackages('vnpy'),
package_data={'': ['*.json', '*.md', '*.ico', package_data={'': ['*.json', '*.md', '*.ico',