Skip to content

Commit 7f5fc32

Browse files
committed
Update setup.py
1 parent 02711de commit 7f5fc32

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

setup.py

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
# Copyright 2014-2015 ARM Limited
2-
#
3-
# Licensed under the Apache License, Version 2.0
4-
# See LICENSE file for details.
5-
61
"""
72
This module defines the attributes of the
83
PyPI package for the mbed SDK test suite ecosystem tools
94
"""
105

6+
"""
7+
mbed SDK
8+
Copyright (c) 2011-2015 ARM Limited
9+
Licensed under the Apache License, Version 2.0 (the "License");
10+
you may not use this file except in compliance with the License.
11+
You may obtain a copy of the License at
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
19+
Author: Przemyslaw Wirkus <[email protected]>
20+
"""
21+
1122
import os
1223
from distutils.core import setup
1324
from setuptools import find_packages

0 commit comments

Comments
 (0)