Skip to content
Snippets Groups Projects

Initial binary wheel setup

2 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -2,6 +2,7 @@ autopep8 >= 1.7.0 # MIT
@@ -2,6 +2,7 @@ autopep8 >= 1.7.0 # MIT
black >= 22.0.0 # MIT
black >= 22.0.0 # MIT
build >= 0.8.0 # MIT
build >= 0.8.0 # MIT
flake8 >= 5.0.0 # MIT
flake8 >= 5.0.0 # MIT
 
pyproject-flake8 >= 5.0.4 # Unlicense
pylint >= 2.15.0 # GPLv2
pylint >= 2.15.0 # GPLv2
pytest >= 7.0.0 # MIT
pytest >= 7.0.0 # MIT
pytest-cov >= 3.0.0 # MIT
pytest-cov >= 3.0.0 # MIT
Loading