MANIFEST.in
README.rst
VERSION
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
sqlcop/__init__.py
sqlcop/cli.py
sqlcop.egg-info/PKG-INFO
sqlcop.egg-info/SOURCES.txt
sqlcop.egg-info/dependency_links.txt
sqlcop.egg-info/entry_points.txt
sqlcop.egg-info/not-zip-safe
sqlcop.egg-info/requires.txt
sqlcop.egg-info/top_level.txt
sqlcop/checks/__init__.py
sqlcop/checks/cross_join.py
sqlcop/checks/order_by_count.py
tests/__init__.py
tests/checks/__init__.py
tests/checks/test_cross_join_check.py
tests/checks/test_order_by_count.py