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**.