Skip to content

Commit

Permalink
several pypi packaging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-vjc committed Aug 15, 2019
1 parent 4788380 commit cebaade
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ gen
notebooks/.ipynb_checkpoints
notebooks/scratch.ipynb
nsopy.egg-info
dist
.pytest_cache

dist
build
10 changes: 10 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@
- replace CP and BDL gurobi dependency with open source alternative?
- works on python 3? travis..
- more test cases


# To upload new version
(pip install setuptools wheel twine)

(clear directory, otherwise twine gets confused about the version to upload)
cd dist
rm *
python setup.py sdist bdist_wheel
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='nsopy',
version='1.5',
version='1.50',
description='Non-smooth optimization for Python',
author='Robin Vujanic',
author_email='vjc.robin@gmail.com',
Expand Down

0 comments on commit cebaade

Please sign in to comment.