Skip to content

Commit 584e086

Browse files
committed
stuff
1 parent 4b52010 commit 584e086

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
.PHONY: install test build sdist bdist_wheel upload clean
22

33
install:
4-
pip install -r requirements.txt
4+
pip install -r requirements.txt
55

66
test:
7-
pytest
7+
pytest
88

99
build:
10-
python setup.py sdist bdist_wheel
10+
python setup.py sdist bdist_wheel
1111

1212
sdist:
13-
python setup.py sdist
13+
python setup.py sdist
1414

1515
bdist_wheel:
16-
python setup.py bdist_wheel
16+
python setup.py bdist_wheel
1717

1818
upload: build
19-
twine upload dist/*
19+
twine upload dist/*
2020

2121
clean:
22-
rm -rf build/ dist/ *.egg-info **/*.egg-info
22+
rm -rf build/ dist/ *.egg-info **/*.egg-info

0 commit comments

Comments
 (0)