Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
litepresence committed Apr 21, 2019
1 parent 31607a4 commit 6f2e472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,6 +3,7 @@
pip3 installations
tulip and talib installations
"""

import os
from subprocess import call
from setuptools import setup, find_packages
Expand Down Expand Up @@ -40,7 +41,6 @@ def it(style, text):
return ("\033[%sm" % emphasis[style]) + str(text) + "\033[0m"



def talib_tulip():
"""
Intall Tulip and Talib quantiative indicators packages
Expand Down Expand Up @@ -76,9 +76,9 @@ def upgrade_pylint():
call(["sudo", "-H", "pip3", "install", "pylint", "--upgrade"])


print("\n\nInstalling requirements.txt...\n\n")
__VERSION__ = "0.13"
talib_tulip()
print("\n\nInstalling requirements.txt...\n\n")
setup(
name="extinction-event",
version=__VERSION__,
Expand Down

0 comments on commit 6f2e472

Please sign in to comment.