bastibe / transplant

Transplant is an easy way of calling Matlab from Python
https://transplant.readthedocs.io
Other
110 stars 26 forks source link

Make sure license and other files are properly in sdist #80

Closed toddrme2178 closed 5 years ago

toddrme2178 commented 5 years ago

Fixes a bug that prevents critical files like the license from being in the sdist.

toddrme2178 commented 5 years ago

While you are preparing a new release, would it be possible to create a tag for the latest release (0.8.10)? I want to manually include the LICENSE file from github, but I need a tag in order to do that.

bastibe commented 5 years ago

I am not familiar with the Manifest file. Could you point me to the relevant documentation?

bastibe commented 5 years ago

I tagged the latest release. Is this satisfactory?

toddrme2178 commented 5 years ago

@bastibe Here is some basic information on MANIFEST.in files.

toddrme2178 commented 5 years ago

Thanks, that will work for now but having the license in sdists is required by the license terms.

bastibe commented 5 years ago

Cool, thank you!

bastibe commented 5 years ago

However, I'm on vacation right now, and won't be able to push a new sdist to PyPi until September.