]> Git Repo - J-u-boot.git/blame - tools/binman/setup.py
binman: Allow a way to select expanded entries
[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': ''},
10 package_data={'binman': ['README', 'README.entries']},
11 classifiers=['Environment :: Console',
12 'Topic :: Software Development :: Embedded Systems'])
This page took 0.040913 seconds and 4 git commands to generate.