5 lines
153 B
Python
5 lines
153 B
Python
|
# 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'])
|