Skip to content

Commit a2f8d20

Browse files
committed
Do not bundle V-REP's remoteApi binaries
1 parent 857b700 commit a2f8d20

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Unreleased
2020

2121
**Removed**
2222

23+
* Removed the bundled binary files for the `VrepClient` remote API. To use V-REP, use the `remoteApi` binaries provided with the software.
24+
2325
0.20.0
2426
----------
2527

-69 KB
Binary file not shown.
-86.7 KB
Binary file not shown.
-111 KB
Binary file not shown.

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def check(ctx):
133133
lint(ctx)
134134

135135
log.write('Checking MANIFEST.in...')
136-
ctx.run('check-manifest --ignore-bad-ideas=remoteApi.so')
136+
ctx.run('check-manifest')
137137

138138
log.write('Checking ReStructuredText formatting...')
139139
ctx.run('python setup.py check --strict --metadata --restructuredtext')

0 commit comments

Comments
 (0)