Skip to content

Commit 5954699

Browse files
author
Luca
committed
Fix wheel
1 parent 2584a40 commit 5954699

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ codecov: ## upload code coverage
3131
test-version: ## validate version with pypi
3232
@agilekit git validate
3333

34-
bundle3.6: ## build python 3.6 bundle
34+
bundle3.6: ## build python 3.6 bundle
3535
@python setup.py bdist_wheel --python-tag py36
3636

37-
bundle3.7: ## build python 3.7 bundle
37+
bundle3.7: ## build python 3.7 bundle
3838
@python setup.py bdist_wheel --python-tag py37
3939

40-
bundle3.8: ## build python 3.8 bundle
40+
bundle3.8: ## build python 3.8 bundle
4141
@python setup.py bdist_wheel --python-tag py38
4242

43-
bundle3.9: ## build python 3.9 bundle
43+
bundle3.9: ## build python 3.9 bundle
4444
@python setup.py sdist bdist_wheel --python-tag py39
4545

4646
github-tag: ## new tag in github

dev/requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ twine
77
agile-toolkit
88
mypy
99
black
10-
isort[requirements]
10+
isort
1111
flake8-blind-except
1212
# flake8-builtins
1313
flake8-commas
14+
twine

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ line_length=88
1111
src_paths=openapi,tests
1212
multi_line_output=3
1313
include_trailing_comma=True
14-
15-
[bdist_wheel]
16-
universal = 1

0 commit comments

Comments
 (0)