diff --git a/devtools/RELEASE.md b/devtools/RELEASE.md index bca7d3a..1861c9c 100644 --- a/devtools/RELEASE.md +++ b/devtools/RELEASE.md @@ -4,8 +4,8 @@ ``` conda update setuptools wheel -python3 setup.py sdist -twine upload --repository-url https://test.pypi.org/legacy/ sdist/ +python setup.py sdist +twine upload --repository-url https://test.pypi.org/legacy/ dist/ ``` ### Update conda-forge: diff --git a/setup.py b/setup.py index 0dc07f7..c166ebc 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ ], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Science/Research', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3',