Lines Matching +full:json +full:- +full:schema
3 Date: Sat, 12 Jun 2021 15:32:37 -0600
7 Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
10 ---
11 MANIFEST.in | 1 -
12 setup.py | 10 ++++++++--
13 2 files changed, 8 insertions(+), 3 deletions(-)
15 diff --git a/MANIFEST.in b/MANIFEST.in
17 --- a/MANIFEST.in
19 @@ -1,4 +1,3 @@
22 recursive-include autobahn/wamp/gen/schema *
23 -recursive-include autobahn/xbr/templates *
24 diff --git a/setup.py b/setup.py
26 --- a/setup.py
28 @@ -166,6 +166,12 @@ packages = [
41 @@ -179,8 +185,8 @@ if 'AUTOBAHN_STRIP_XBR' in os.environ:
42 shutil.rmtree('autobahn.egg-info', ignore_errors=True)
45 - packages += ['autobahn.xbr', 'autobahn.asyncio.xbr', 'autobahn.twisted.xbr']
46 - package_data['xbr'] = ['./xbr/contracts/*.json']
52 --