Skip to content

Commit

Permalink
v2.3.1 setup/PyPi tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dgasmith committed Dec 1, 2018
1 parent 02faa68 commit 34c149a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions devtools/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 34c149a

Please sign in to comment.