]> Git Repo - J-u-boot.git/blame - tools/binman/setup.py
tools: kwbimage: Set BOOT_FROM by default to SPI
[J-u-boot.git] / tools / binman / setup.py
CommitLineData
02c10207
SG
1# SPDX-License-Identifier: GPL-2.0+
2
3from distutils.core import setup
4setup(name='binman',
5 version='1.0',
6 license='GPL-2.0+',
7 scripts=['binman'],
8 packages=['binman', 'binman.etype'],
9 package_dir={'binman': ''},
6bc4309b 10 package_data={'binman': ['README.rst', 'entries.rst']},
02c10207
SG
11 classifiers=['Environment :: Console',
12 'Topic :: Software Development :: Embedded Systems'])
This page took 0.061617 seconds and 4 git commands to generate.