1 Star 0 Fork 0

Junruoyu-Zheng/impython

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 739 Bytes
一键复制 编辑 原始数据 按行查看 历史
Junruoyu-Zheng 提交于 2022-06-16 14:16 +08:00 . ver: 0.1.1
from setuptools import setup
with open("README.md", "r", encoding='utf8') as f:
long_description = f.read()
setup(
name='impython',
version='0.1.1',
author='junruoyu-zheng',
author_email='zhengjry@outlook.com',
url='https://gitee.com/junruoyu-zheng/impython',
description=u'impython is a python interpreter that accepts pipe stdin inputs and recognizes some magic commands. ',
long_description=long_description,
long_description_content_type="text/markdown",
packages=['impython'],
install_requires=[],
entry_points={},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/junruoyu-zheng/impython.git
git@gitee.com:junruoyu-zheng/impython.git
junruoyu-zheng
impython
impython
master

搜索帮助