https://github.com/joosthoeks/jhTAlib
Tip revision: 5186f86eca1781f421af115586ea9e6eee015cec authored by joosthoeks on 13 December 2018, 20:27:19 UTC
modified
modified
Tip revision: 5186f86
setup.py
from setuptools import setup, find_packages
setup(
name='jhTAlib',
version='20181213.0',
description='Technical Analysis Library',
keywords='Technical Analysis Library',
url='https://github.com/joosthoeks/jhTAlib',
author='Joost Hoeks',
author_email='joosthoeks@gmail.com',
license='GNU',
packages=find_packages(),
install_requires=[],
zip_safe=False
)