From 6d054cb68f0765b328c4a2be66dc218a64b6f947 Mon Sep 17 00:00:00 2001 From: marselester Date: Mon, 13 Mar 2023 21:15:35 -0400 Subject: [PATCH] Use twine instead of "setup.py upload" --- Makefile | 3 ++- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5ac4438..f5362b3 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,5 @@ test: tox pypi: - python setup.py sdist upload + python setup.py sdist + python -m twine upload dist/* diff --git a/README.rst b/README.rst index ff16f52..799447b 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -==================== +===================== JSON log formatter 🪵 -==================== +===================== The library helps you to store logs in JSON format. Why is it important? Well, it facilitates integration with **Logstash**.