summaryrefslogtreecommitdiff
path: root/setup.py
blob: ede0aff85670760ffb54717717cdc2d2f66b52a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python
#
# Copyright (C) 2009-2020 the sqlparse authors and contributors
# <see AUTHORS file>
#
# This setup script is part of python-sqlparse and is released under
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

from setuptools import setup


setup()