Skip to content

Commit 997691c

Browse files
committed
Clean up build commands
1 parent 1135201 commit 997691c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ clean-pyc: ## Remove Python file artifacts.
4444
find . -name '*.pyo' -exec rm -f {} +
4545
find . -name '*~' -exec rm -f {} +
4646

47-
build: ## Builds package version
47+
build: ## Builds package for publication.
4848
rm dist/*
4949
python setup.py sdist bdist_wheel
5050

docs/CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ make test-ci # Continuous integration test suite.
4343
make dev # Restarts the example whenever a file changes.
4444
make benchmark # Runs a one-off performance (speed, memory) benchmark.
4545
make clean-pyc # Remove Python file artifacts.
46-
make sdist # Builds package version
47-
make bdist_wheel # Builds package version wheel.
46+
make build # Builds package for publication.
4847
make publish # Publishes a new version to pypi.
4948
make publish-test # Publishes a new version to test pypi.
5049
```

0 commit comments

Comments
 (0)