1 Star 0 Fork 0

p4lang-mirror/ntf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 851 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shridevi Gurram 提交于 2016-11-18 10:30 . ntf initial commit
from setuptools import setup
with open('README.md') as readme_file:
readme = readme_file.read()
setup(
name='ntf',
version='0.1',
description='NTF is a Python based network test framework.',
long_description=readme,
author='Shridevi Gurram',
author_email='[email protected]',
url='https://github.com/barefootnetworks/ntf',
packages=[
'ntf', 'ntf.docker',
],
package_dir={'': 'src'},
scripts=['ntf'],
zip_safe=False,
license='Apache License',
keywords='ntf',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/p4lang-mirror/ntf.git
[email protected]:p4lang-mirror/ntf.git
p4lang-mirror
ntf
ntf
master

搜索帮助