diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2022-12-30 15:44:37 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2022-12-30 16:04:26 +0100 |
| commit | 8b789f286e1b6cbf05c15020ea7544cb7f02f8f7 (patch) | |
| tree | 8709b5696a372b2c71cf0b2b65f494941d513471 /Makefile | |
| parent | cda0e499a1c762662d2b06b18e7b4aed2da75bc7 (diff) | |
| download | sqlparse-8b789f286e1b6cbf05c15020ea7544cb7f02f8f7.tar.gz | |
Switch to pyproject.toml (fixes #685).
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,5 +22,5 @@ clean: release: @rm -rf dist/ - python setup.py sdist bdist_wheel + python -m build twine upload --sign --identity E0B84F81 dist/* |
