1 Star 0 Fork 12

大漠行舟/python-pytest-asyncio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-add-setup-file.patch 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
liqiuyu 提交于 2022-08-02 14:07 . update package
From b276dd6e1666229731318520902377eecefa07d7 Mon Sep 17 00:00:00 2001
From: liqiuyu123 <liqiuyu@kylinos.cn>
Date: Thu, 15 Sep 2022 10:23:38 +0800
Subject: [PATCH] add setup file
---
setup.py | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 setup.py
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..7f1a176
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,4 @@
+from setuptools import setup
+
+if __name__ == "__main__":
+ setup()
--
2.37.1.windows.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/desert-sailor/python-pytest-asyncio.git
git@gitee.com:desert-sailor/python-pytest-asyncio.git
desert-sailor
python-pytest-asyncio
python-pytest-asyncio
master

搜索帮助