Skip to content

Commit ac6794d

Browse files
author
thang
committed
add reStructuredText readme
1 parent 732798c commit ac6794d

File tree

4 files changed

+625
-2
lines changed

4 files changed

+625
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include CHANGELOG.md LICENSE README.md
1+
include CHANGELOG.md LICENSE README.md README.rst

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,13 @@ password=
294294
pypitest
295295
```
296296
python setup.py sdist upload -r pypitest
297+
python setup.py bdist_wheel --universal upload -r pypitest
297298
pip3 install json_logging --index-url https://test.pypi.org/simple/
298299
```
299300
pypi
300301
```
301302
python setup.py sdist upload -r pypi
303+
python setup.py bdist_wheel --universal upload -r pypi
302304
pip3 install json_logging
303305
```
306+
bdist_wheel --universal

0 commit comments

Comments
 (0)