import setuptoolsfrom distutils.util import convert_pathwith open("README.md", "r") as fh:long_description = fh.read()main_ns = {}ver_path = convert_path('btplotting/version.py')with open(ver_path) as ver_file:exec(ver_file.read(), main_ns)setuptools.setup(name='btplotting',version=main_ns['__version__'],description='Plotting package for Backtrader (Bokeh)',python_requires='>=3.6',author='happydasch',author_email='daniel@vcard24.de',long_description=long_description,long_description_content_type="text/markdown",license='GPLv3+',url="https://github.com/happydasch/btplotting",project_urls={"Bug Tracker": "https://github.com/happydasch/btplotting/issues","Documentation": "https://github.com/happydasch/btplotting/wiki","Source Code": "https://github.com/happydasch/btplotting","Demos": "https://github.com/happydasch/btplotting/tree/gh-pages",},# What does your project relate to?keywords=['trading', 'development', 'plotting', 'backtrader'],packages=setuptools.find_packages(),package_data={'btplotting': ['templates/*.j2', 'templates/js/*.js']},install_requires=['backtrader','bokeh','jinja2','pandas','matplotlib',],)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。