From 239c054a7e5c30075fc055615d6e2edfb1639fff Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Sun, 5 Dec 2021 11:18:46 +0800 Subject: [PATCH] =?UTF-8?q?[Mod]=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=92=8C=E6=96=87=E6=A1=A3=E7=BB=86=E8=8A=82=EF=BC=8C=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B71.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 4 ++-- README.md | 8 +++----- setup.cfg | 2 +- setup.py | 2 +- vnpy_paperaccount/__init__.py | 4 ++-- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index ed35fe5..9dba397 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -MIT License +The MIT License (MIT) -Copyright (c) 2021 vn.py +Copyright (c) 2015-present, Xiaoyou Chen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index bc9fda9..f7c20fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# vnpy_paperaccount - -vn.py框架的本地模拟交易模块 +# vn.py框架的本地仿真交易模块

@@ -15,11 +13,11 @@ vn.py框架的本地模拟交易模块 ## 说明 -PaperAccount是用于本地模拟交易的功能模块,用户可以通过其UI界面基于实盘行情进行本地化的模拟交易。 +PaperAccount是用于本地仿真交易的功能模块,用户可以通过其UI界面基于实盘行情进行本地化的模拟交易。 ## 安装 -安装需要基于2.7.0版本以上的[VN Studio](https://www.vnpy.com)。 +安装需要基于2.8.0版本以上的[VN Studio](https://www.vnpy.com)。 直接使用pip命令: diff --git a/setup.cfg b/setup.cfg index 3f65155..f0bf863 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ url = https://www.vnpy.com license = MIT author = Xiaoyou Chen author_email = xiaoyou.chen@mail.vnpy.com -description = paper account application for vn.py quant trading framework. +description = Paper account application for vn.py quant trading framework. long_description = file: README.md long_description_content_type = text/markdown keywords = diff --git a/setup.py b/setup.py index 4f75033..b024da8 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ from setuptools import setup -setup() \ No newline at end of file +setup() diff --git a/vnpy_paperaccount/__init__.py b/vnpy_paperaccount/__init__.py index fb85e33..a6636e4 100644 --- a/vnpy_paperaccount/__init__.py +++ b/vnpy_paperaccount/__init__.py @@ -1,6 +1,6 @@ -# MIT License +# The MIT License (MIT) -# Copyright (c) 2021 vn.py +# Copyright (c) 2015-present, Xiaoyou Chen # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal