Skip to content

Commit

Permalink
Require build with virtualenv support
Browse files Browse the repository at this point in the history
Fixes mgedmin#148 (I hope) by allowing build to use virtualenv instead of venv.
  • Loading branch information
takluyver committed Feb 9, 2022
1 parent 19f0a43 commit a97a20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
zip_safe=False,
python_requires=">=3.6",
install_requires=[
'build>=0.1',
'build[virtualenv] >=0.2',
'setuptools',
'toml',
],
Expand Down

0 comments on commit a97a20f

Please sign in to comment.