diff options
| author | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-15 18:02:41 -0700 |
|---|---|---|
| committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-15 18:26:51 -0700 |
| commit | c41f200ac5d2f376a733e3bc2feb15c8ca658c00 (patch) | |
| tree | 6a3d863adeff47a4092bcc63341e4759ac45fe29 | |
| parent | 058f6fdcfdb0c84bedbaea0745d9b6b92cb20fe4 (diff) | |
| download | sqlparse-c41f200ac5d2f376a733e3bc2feb15c8ca658c00.tar.gz | |
Fix entry_point name; sqlformat vs sqlparse
| -rw-r--r-- | setup.py | 2 | ||||
| -rw-r--r-- | tox.ini | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -101,7 +101,7 @@ setup( packages=find_packages(exclude=('tests',)), entry_points={ 'console_scripts': [ - 'sqlparse = sqlparse.__main__:main', + 'sqlformat = sqlparse.__main__:main', ] }, ) @@ -17,6 +17,7 @@ deps = passenv = TRAVIS commands = + sqlformat --version py.test --cov=sqlparse [testenv:flake8] |
