Add before_build option, that runs a shell command before 'pip wheel'

This commit is contained in:
Joe Rickerby
2017-04-10 21:42:12 +01:00
parent 56f9a37165
commit 2679cb7f46
9 changed files with 147 additions and 22 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"CIBW_BEFORE_BUILD": "{python} -c \"import sys; open('version.txt', 'w').write(sys.version)\""
}