Skip to content
Snippets Groups Projects

Debian/oldstable docker container for packaging (#942)

Merged Wuttke, Joachim requested to merge docker1 into main
3 files
+ 2
23
Compare changes
  • Side-by-side
  • Inline
Files
3
// dummy C extension to set the correct wheel tag according to PEP 425
//*** Please DO NOT change the contents ***//
#include <Python.h>
PyMODINIT_FUNC PyInit___bornagain_dummy_c_ext(void)
{
return NULL;
}
// END
Loading