1 Star 0 Fork 1

ic-starter/python-usb-protocol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup, find_packages
setup(
# Vitals
name='usb_protocol',
license='BSD',
url='https://github.com/usb-tool/luna',
author='Katherine J. Temkin',
author_email='ktemkin@greatscottgadgets.com',
description='python library providing utilities, data structures, constants, parsers, and tools for working with USB data',
use_scm_version= {
"root": '..',
"relative_to": __file__,
"version_scheme": "guess-next-dev",
"local_scheme": lambda version : version.format_choice("+{node}", "+{node}.dirty"),
"fallback_version": "0.0"
},
# Imports / exports / requirements.
platforms='any',
packages=find_packages(),
include_package_data=True,
python_requires="~=3.7",
install_requires=['construct'],
setup_requires=['setuptools', 'setuptools_scm'],
# Metadata
classifiers = [
'Programming Language :: Python',
'Development Status :: 1 - Planning',
'Natural Language :: English',
'Environment :: Console',
'Environment :: Plugins',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Topic :: Scientific/Engineering',
'Topic :: Security',
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ic-starter/python-usb-protocol.git
git@gitee.com:ic-starter/python-usb-protocol.git
ic-starter
python-usb-protocol
python-usb-protocol
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385