File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
+
16
+ __version__ = "0.0.1"
Original file line number Diff line number Diff line change 17
17
from distutils .core import setup
18
18
from io import open
19
19
from setuptools import find_packages
20
+ import mbed_os_tools
20
21
21
22
DESCRIPTION = "The tools to build, test, and work with Mbed OS"
22
23
OWNER_NAMES = "Jimmy Brisson, Brian Daniels"
@@ -30,7 +31,7 @@ def read(fname):
30
31
31
32
setup (
32
33
name = "mbed-os-tools" ,
33
- version = "0.0.1" ,
34
+ version = mbed_os_tools . __version__ ,
34
35
description = DESCRIPTION ,
35
36
long_description = read ("README.md" ),
36
37
author = OWNER_NAMES ,
You can’t perform that action at this time.
0 commit comments