Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
bf2768bd0f
commit
ea34ddeea6
37998 changed files with 9510514 additions and 0 deletions
12
roms/u-boot/tools/patman/setup.py
Normal file
12
roms/u-boot/tools/patman/setup.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
from distutils.core import setup
|
||||
setup(name='patman',
|
||||
version='1.0',
|
||||
license='GPL-2.0+',
|
||||
scripts=['patman'],
|
||||
packages=['patman'],
|
||||
package_dir={'patman': ''},
|
||||
package_data={'patman': ['README']},
|
||||
classifiers=['Environment :: Console',
|
||||
'Topic :: Software Development'])
|
Loading…
Add table
Add a link
Reference in a new issue