Skip to content

Commit

Permalink
Setup python3 package building
Browse files Browse the repository at this point in the history
Added future to requirements.txt
  • Loading branch information
tnipen committed Oct 25, 2019
1 parent 81d9a45 commit 6fe5aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ dist:
rm -rf dist
python setup.py sdist
python setup.py bdist_wheel
python3 setup.py sdist
python3 setup.py bdist_wheel
@ echo "Next, run 'twine upload dist/*'"
@ echo "Next, run 'twine upload dist/*'"

clean:
python setup.py clean
rm -rf build/
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ matplotlib<2
coveralls
pep8
netCDF4
future

0 comments on commit 6fe5aa9

Please sign in to comment.