1 Star 0 Fork 7

caofei/python-extras

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-Update-classifiers.patch 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
caofei 提交于 2023-07-17 15:04 . Update classifiers
From 2695d29743536ec632ead0aeec1ac1b4faf4b5a5 Mon Sep 17 00:00:00 2001
From: Hugo <hugovk@users.noreply.github.com>
Date: Thu, 12 Oct 2017 23:24:29 +0300
Subject: [PATCH] Update classifiers
---
setup.py | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/setup.py b/setup.py
index 56612d0..d582dfd 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,15 @@ setup(name='extras',
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
+ "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.6",
+ "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: Implementation :: CPython",
+ "Programming Language :: Python :: Implementation :: PyPy",
],
packages=[
'extras',
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cao-fei8/python-extras.git
git@gitee.com:cao-fei8/python-extras.git
cao-fei8
python-extras
python-extras
master

搜索帮助