Skip to content

Commit

Permalink
Fix class comment on sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
taj-p committed Aug 20, 2021
1 parent a0dde3a commit 75135f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
class sdist(sdist_orig):
"""
Subclass sdist so that we can download all standalone ruby applications
into ./standalone_ruby_binaries/ so our users receive all the binaries on
pip install.
into ./pact/bin so our users receive all the binaries on pip install.
"""
def run(self):
package_bin_path = os.path.join(os.path.dirname(__file__), 'pact', 'bin')
Expand Down

0 comments on commit 75135f4

Please sign in to comment.