blob: e61804f178155101d652f9c8820e5571bad4b14e [file] [log] [blame]
Chris Packham488d19c2015-07-22 21:21:46 +12001#
2# SPDX-License-Identifier: GPL-2.0+
3#
4from distutils.core import setup
5setup(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'])