Add script and metadata to build binary packages.
This commit is contained in:
parent
f35d0cc694
commit
6bc0b80e39
5 changed files with 718 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -241,5 +241,6 @@ setup(name='cosmotool',
|
|||
'build_ext': BuildCMakeExt,
|
||||
'install_data': InstallCMakeLibsData,
|
||||
'install_lib': InstallCMakeLibs,
|
||||
}
|
||||
},
|
||||
python_requires='>=3.6'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue