1 Star 0 Fork 0

马氏天下/OutputCheck

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python
from setuptools import setup
import version
setup(name='OutputCheck',
version=version.get_git_version(),
description="A tool for checking the output of console programs inspired by LLVM's FileCheck",
author='Daniel Liew',
author_email='delcypher@gmail.com',
url='https://github.com/stp/OutputCheck',
packages=['OutputCheck'],
classifiers=[ 'Environment :: Console',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Operating System :: OS Independent', # Not tested
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Testing',
'Topic :: Text Processing',
'Topic :: Utilities'
],
long_description=open('pypi_description.rst','r').read(),
entry_points = { 'console_scripts': ['OutputCheck=OutputCheck.Driver:scriptEntryPoint'] }
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mashitianxia/OutputCheck.git
git@gitee.com:mashitianxia/OutputCheck.git
mashitianxia
OutputCheck
OutputCheck
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385