Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6d054cb

Browse files
Use twine instead of "setup.py upload"
1 parent eda4f77 commit 6d054cb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ test:
22
tox
33

44
pypi:
5-
python setup.py sdist upload
5+
python setup.py sdist
6+
python -m twine upload dist/*

‎README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
====================
1+
=====================
22
JSON log formatter 🪵
3-
====================
3+
=====================
44

55
The library helps you to store logs in JSON format. Why is it important?
66
Well, it facilitates integration with **Logstash**.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /