From 1665b93c6487aae297f97891b6c2eee6f4ef0cbc Mon Sep 17 00:00:00 2001 From: Jason Sexauer Date: Sat, 29 Aug 2020 19:30:47 -0400 Subject: [PATCH] Few small changes --- README.md | 2 +- setup.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0a7c7a..c3d17d1 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ app.mainloop() Development Status ================== -As of August 2020, networkx_viewer is under considered feature complete. No +As of August 2020, networkx_viewer is considered feature complete. No additional development is expected. Bugs or feature requests should be submitted to the [github issue tracker](https://github.com/jsexauer/networkx_viewer/issues). diff --git a/setup.py b/setup.py index 0419ba0..398f49e 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,11 @@ # python setup.py check # python.exe setup.py --long-description | rst2html.py > dummy.html +# To upload to pypi +# python setup.py sdist bdist_wheel +# python -m twine upload dist/* + +# LEGACY: # To upload to PyPI test server # http://peterdowns.com/posts/first-time-with-pypi.html # python setup.py register -r pypitest