1 Star 0 Fork 0

stoneqp/Eel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
Samuel Williams 提交于 2020-08-17 09:06 . Bump to v0.14.0
from io import open
from setuptools import setup
with open('README.md') as read_me:
long_description = read_me.read()
setup(
name='Eel',
version='0.14.0',
author='Chris Knott',
author_email='chrisknott@hotmail.co.uk',
url='https://github.com/samuelhwilliams/Eel',
packages=['eel'],
package_data={
'eel': ['eel.js'],
},
install_requires=['bottle', 'bottle-websocket', 'future', 'pyparsing', 'whichcraft'],
extras_require={
"jinja2": ['jinja2>=2.10']
},
python_requires='>=3.6',
description='For little HTML GUI applications, with easy Python/JS interop',
long_description=long_description,
long_description_content_type='text/markdown',
keywords=['gui', 'html', 'javascript', 'electron'],
classifiers=[
'Development Status :: 3 - Alpha',
'Natural Language :: English',
'Operating System :: MacOS',
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows :: Windows 10',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'License :: OSI Approved :: MIT License',
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/stoneqp/Eel.git
git@gitee.com:stoneqp/Eel.git
stoneqp
Eel
Eel
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385