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.
1 parent 54baf35 commit 8362f06Copy full SHA for 8362f06
requirements.txt
@@ -11,3 +11,4 @@ green>=3.1.3 # unit test runner
11
docutils>=0.16 # needed to generate library documentation with libdoc
12
Pygments>=2.6.1 # this one too
13
twine>=3.1.1 # needed for releasing to pypi
14
+build>=0.6.0 # needed for building the distribution
tasks.py
@@ -92,4 +92,4 @@ def doc(context):
92
93
@task(pre=[clean])
94
def build(context):
95
- run(f'python {CURDIR / "setup.py"} bdist_wheel')
+ run(f'python -m build --wheel')
0 commit comments