SimpleITK / SimpleITKPythonPackage

A setup script to generate a Python Wheels
17 stars 11 forks source link

Creating a distributable Python source code #9

Closed blowekamp closed 7 years ago

blowekamp commented 7 years ago

What are the option in creating a source code distribution? That would work with pip install? Can the archive include the SimpleITK repo code?

jcfr commented 7 years ago

What are the option in creating a source code distribution?

python setup.pt sdist

That would work with pip install?

Yes

Can the archive include the SimpleITK repo code?

Yes. It will automatically include the source code