1 Star 1 Fork 0

ylb/actions-toolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
ylb 提交于 2024-02-27 16:16 . chore: update setup script
from setuptools import setup, find_packages
with open('README.md', 'r') as f:
long_description = f.read()
setup(
name='actions-toolkit',
version='0.1.15',
description='🛠 The GitHub ToolKit for developing GitHub Actions in Python.',
long_description=long_description,
long_description_content_type='text/markdown',
author='yanglbme',
author_email='contact@yanglibin.info',
url='https://github.com/yanglbme/actions-toolkit',
packages=find_packages(),
license='MIT',
classifiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
install_requires=[
'requests',
'PyGithub'
],
python_requires='>=3.6',
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yanglbme/actions-toolkit.git
git@gitee.com:yanglbme/actions-toolkit.git
yanglbme
actions-toolkit
actions-toolkit
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385