Add script and metadata to build binary packages.

This commit is contained in:
Guilhem Lavaux 2020-04-28 18:23:44 +02:00
parent f35d0cc694
commit 6bc0b80e39
5 changed files with 718 additions and 1 deletions

View file

@ -241,5 +241,6 @@ setup(name='cosmotool',
'build_ext': BuildCMakeExt,
'install_data': InstallCMakeLibsData,
'install_lib': InstallCMakeLibs,
}
},
python_requires='>=3.6'
)