Skip to content

Commit

Permalink
pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKochetov007 committed Dec 23, 2020
1 parent d76b834 commit 42126f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions quick_trade/trading_sys.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Trading project.
"""

#!/usr/bin/python
# -*- coding: utf-8 -*-
# used ta by Darío López Padial (Bukosabino https://github.com/bukosabino/ta)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author='Vlad Kochetov',
author_email='vladyslavdrrragonkoch@gmail.com',
packages=setuptools.find_packages(),
version='3.0.1',
version='3.8.6',
description='Trading system for stocks, forex and others',
long_description=long_desc,
long_description_content_type="text/markdown",
Expand All @@ -29,7 +29,7 @@
'scikit-learn==0.23.2',
'tensorflow==2.4.0',
],
download_url='https://github.com/VladKochetov007/quick_trade/archive/3.8.5.tar.gz',
download_url='https://github.com/VladKochetov007/quick_trade/archive/3.8.6.tar.gz',
keywords=[
'technical-analysis',
'python3',
Expand Down

0 comments on commit 42126f4

Please sign in to comment.