We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 917c2e4 + b98518e commit b148d11Copy full SHA for b148d11
Makefile
@@ -46,12 +46,5 @@ coverage: ## check code coverage quickly with the default Python
46
open htmlcov/index.html
47
48
release: clean ## package and upload a release
49
- python setup.py bdist_wheel
+ python setup.py sdist bdist_wheel
50
twine upload dist/*
51
-
52
-sdist: clean ## package
53
- python setup.py sdist
54
- ls -l dist
55
56
-bump: ## bump next version + by 0.0.1 patch
57
- bumpversion minor
setup.cfg
@@ -10,7 +10,7 @@ universal = 1
10
11
[flake8]
12
ignore = D203
13
-exclude =
+exclude =
14
drf_sideloading/migrations,
15
.git,
16
.tox,
0 commit comments