blob: 7f2fb091c8b0261e3fdf08299c4f3b6da133fe2f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env python3
# Copyright 2016-2021 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
"""This is only here so we can install those plugins in tox.ini easily."""
from setuptools import setup
setup(name='qute_pylint', packages=['qute_pylint'])
|