-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|