summaryrefslogtreecommitdiff
path: root/tools/patman/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/patman/setup.py')
-rw-r--r--tools/patman/setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/patman/setup.py b/tools/patman/setup.py
deleted file mode 100644
index bcaad69a1c2..00000000000
--- a/tools/patman/setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-
-from setuptools import setup
-setup(name='patman',
- version='1.0',
- scripts=['patman'],
- packages=['patman'],
- package_dir={'patman': ''},
- package_data={'patman': ['README.rst']},
- classifiers=['Environment :: Console',
- 'Topic :: Software Development'])