Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

# PyCall: Calling Python functions from the Ruby language

[![Build Status](https://github.com/mrkn/pycall.rb/workflows/CI/badge.svg)](https://github.com/mrkn/pycall.rb/actions?query=workflow%3ACI)
[![Build status](https://ci.appveyor.com/api/projects/status/0fad23u4qj1yr49e/branch/master?svg=true)](https://ci.appveyor.com/project/mrkn/pycall-rb/branch/master)
[![Build Status](https://github.com/red-data-tools/pycall.rb/workflows/CI/badge.svg)](https://github.com/red-data-tools/pycall.rb/actions?query=workflow%3ACI)

This library provides the features to directly call and partially interoperate
with Python from the Ruby language. You can import arbitrary Python modules
Expand Down Expand Up @@ -228,7 +227,7 @@ version, push git commits and tags, and push the `.gem` file to
## Contributing

Bug reports and pull requests are welcome on GitHub at
https://github.com/mrkn/pycall.rb.
https://github.com/red-data-tools/pycall.rb.


## Acknowledgement
Expand Down
2 changes: 1 addition & 1 deletion pycall.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

spec.summary = %q{pycall}
spec.description = %q{pycall}
spec.homepage = "https://github.com/mrkn/pycall"
spec.homepage = "https://github.com/red-data-tools/pycall.rb"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand Down
Loading