Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuizi7 committed Apr 8, 2017
1 parent 6704467 commit d5aa576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import sys
from os.path import dirname, join
from pip.req import parse_requirements

from setuptools import (
find_packages,
setup,
)


with open(join(dirname(__file__), 'rqalpha/VERSION.txt'), 'rb') as f:
with open(join(dirname(__file__), 'rqalpha_mod_tushare/VERSION.txt'), 'rb') as f:
version = f.read().decode('ascii').strip()

setup(
Expand Down

0 comments on commit d5aa576

Please sign in to comment.