We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732798c commit ac6794dCopy full SHA for ac6794d
MANIFEST.in
@@ -1 +1 @@
1
-include CHANGELOG.md LICENSE README.md
+include CHANGELOG.md LICENSE README.md README.rst
README.md
@@ -294,10 +294,13 @@ password=
294
pypitest
295
```
296
python setup.py sdist upload -r pypitest
297
+python setup.py bdist_wheel --universal upload -r pypitest
298
pip3 install json_logging --index-url https://test.pypi.org/simple/
299
300
pypi
301
302
python setup.py sdist upload -r pypi
303
+python setup.py bdist_wheel --universal upload -r pypi
304
pip3 install json_logging
305
306
+bdist_wheel --universal
0 commit comments