Skip to content

Commit

Permalink
Readme updates, setup.py fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed Mar 4, 2023
1 parent aea61da commit 6cb20ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,11 @@ install as a special kernel when you are the user.

Proceed only if testing of the build is successful.

1. Double check the version number in `setup.py`.
1. Rebuild the release: `python -m setup sdist bdist_wheel`.
1. Upload it: `python -m twine upload dist/*`
1. Make sure it works by installing it in a clean virtual environment. `pip
1. Update packaging software `pip install -U setuptools wheel twine`
2. Double check the version number in `setup.py`.
3. Rebuild the release: `python -m setup sdist bdist_wheel`.
4. Upload it: `python -m twine upload dist/*`
5. Make sure it works by installing it in a clean virtual environment. `pip
install -U ...`. **Copy the actual link from pypi.org.**
`. If it does not work, pull the release.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'Intended Audience :: Developers',
'Intended Audience :: Education',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: >=3.6',
'Programming Language :: Python :: 3.6',
'Programming Language :: JavaScript',
'Operating System :: OS Independent'
]
Expand Down

0 comments on commit 6cb20ff

Please sign in to comment.