Skip to content

Commit

Permalink
更新setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxy123 committed Jun 7, 2017
1 parent ee59274 commit a9bdead
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,18 @@ def getSubpackages(name):
author_email='[email protected]',
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',
Expand Down

0 comments on commit a9bdead

Please sign in to comment.