yohm / rb_call

Call Ruby methods from Python
MIT License
33 stars 4 forks source link

License missing #2

Closed jnareb closed 3 months ago

jnareb commented 3 months ago

Under what license is that code published?

It is not packaged into a Python package that you can simply install, so if I want to use it, I would have to embed it (copy the code to my project).

yohm commented 3 months ago

It is published under the MIT license. Please find the license in the README. https://github.com/yohm/rb_call?tab=readme-ov-file#license

I wish to make it a Python package, but I don't know how. Your PR would be appreciated 😄

jnareb commented 3 months ago

It is published under the MIT license. Please find the license in the README. https://github.com/yohm/rb_call?tab=readme-ov-file#license

Thank you very much for the answer.

By the way, if there is appropriate LICENSE file added in the repository, GitHub will show the license in project metadata.

jnareb commented 3 months ago

By the way, if there is appropriate LICENSE file added in the repository, GitHub will show the license in project metadata.

See PR #3