Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
WISEPLAT committed Dec 10, 2023
1 parent 2162d3d commit 75781cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description = f.read()

setup(name='backtrader_moexalgo',
version='1.0.0',
version='1.0.2',
author='wiseplat',
author_email='[email protected]',
license='MIT License',
Expand All @@ -23,7 +23,7 @@
long_description_content_type='text/markdown',
url='https://github.com/WISEPLAT/backtrader_moexalgo',
packages=find_packages(exclude=['docs', 'examples', 'ConfigMoexalgo']),
install_requires=['python-moexalgo', 'pandas', 'matplotlib'],
install_requires=['moexalgo', 'pandas', 'matplotlib'],
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
Expand Down

0 comments on commit 75781cf

Please sign in to comment.