Skip to content

Commit

Permalink
Drop sdist package format
Browse files Browse the repository at this point in the history
Do not build galaxy sdist package.
  • Loading branch information
cutwater committed Jun 6, 2018
1 parent 1bbde8c commit 987d7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ build/static:

.PHONY: build/dist
build/dist: build/static
python setup.py clean sdist bdist_wheel
python setup.py clean bdist_wheel
GALAXY_VERSION=$$(python setup.py --version) \
&& ln -sf galaxy-$$GALAXY_VERSION-py2-none-any.whl dist/galaxy.whl

Expand Down

0 comments on commit 987d7b6

Please sign in to comment.