Skip to content

Commit

Permalink
Merge pull request #40 from fossasia/niccokunzmann-patch-1
Browse files Browse the repository at this point in the history
Removed module invocation of setup.py
  • Loading branch information
souravsingh committed Oct 8, 2016
2 parents 81d06c6 + 64f9203 commit 7393664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "# build the distribution"
python3 -m pip install $USER wheel
python3 setup.py sdist --formats=zip
python3 setup.py bdist_wheel
python3 -m setup.py bdist_rpm
python3 setup.py bdist_rpm
python3 -m pip uninstall -y wheel


Expand Down

0 comments on commit 7393664

Please sign in to comment.