]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - tools/patman/setup.py
karo: tx6: remove unused code from flash.c
[karo-tx-uboot.git] / tools / patman / setup.py
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4 from distutils.core import setup
5 setup(name='patman',
6       version='1.0',
7       license='GPL-2.0+',
8       scripts=['patman'],
9       packages=['patman'],
10       package_dir={'patman': ''},
11       package_data={'patman': ['README']},
12       classifiers=['Environment :: Console',
13                    'Topic :: Software Development'])