Skip to content

Commit

Permalink
Remove now-redundant build dependencies and add release make target
Browse files Browse the repository at this point in the history
  • Loading branch information
saxbophone committed Oct 31, 2018
1 parent f6ea8c0 commit 8bcbe39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ install-deps:
pip install -r python_requirements/base.txt
pip install -r python_requirements/test.txt

install-build-deps:
pip install -r python_requirements/build.txt

clean:
rm -rf basest/*.py[cod] tests/*.py[cod] *.py[cod] *__pycache__*
rm -rf basest.egg-info build dist
Expand All @@ -30,3 +27,6 @@ stress-test:

package:
python setup.py sdist bdist_wheel

release: package
twine upload dist/*
3 changes: 0 additions & 3 deletions python_requirements/build.txt

This file was deleted.

0 comments on commit 8bcbe39

Please sign in to comment.