Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 822329f

Browse files
authored
Merge pull request #87 from juanjux/fix/manifest
Add missing file to MANIFEST
2 parents 65e6c6c + aeb1b2f commit 822329f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ include Makefile
77
include github.com/gogo/protobuf/gogoproto/gogo.proto
88
include gopkg.in/bblfsh/sdk.v1/protocol/generated.proto
99
include gopkg.in/bblfsh/sdk.v1/uast/generated.proto
10+
include bblfsh/memtracker.h
1011
prune bblfsh/libuast

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from setuptools import setup, find_packages, Extension
66
from setuptools.command.build_ext import build_ext
77

8+
VERSION = "2.9.4"
89
LIBUAST_VERSION = "v1.8.2"
910
SDK_VERSION = "v1.8.0"
1011
SDK_MAJOR = SDK_VERSION.split('.')[0]
@@ -134,7 +135,7 @@ def main():
134135
},
135136
name="bblfsh",
136137
description="Fetches Universal Abstract Syntax Trees from Babelfish.",
137-
version="2.9.2",
138+
version=VERSION,
138139
license="Apache 2.0",
139140
author="source{d}",
140141
author_email="language-analysis@sourced.tech",

0 commit comments

Comments
 (0)