Merge branch 'develop'
[archive/20170607/tools/tic-core.git] / setup.py
index 547b170..b9806d2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,14 +1,11 @@
 #!/usr/bin/python
-# Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
+# Copyright (c) 2016 Samsung Electronics Co., Ltd
 #
-# Contact: 
-# @author Chulwoo Shin <cw1.shin@samsung.com>
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed under the Flora License, Version 1.1 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-# http://www.apache.org/licenses/LICENSE-2.0
+#     http://floralicense.org/license/
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 
 import os, sys
 from distutils.core import setup
-try:
-    import setuptools
-    # enable "setup.py develop", optional
-except ImportError:
-    pass
 
 MOD_NAME = 'tic'
 
@@ -49,7 +41,7 @@ except IOError:
     print('WARNING: Cannot write version number file')
 
 setup(name=MOD_NAME,
-      version = version,
+      version=version,
       description='package dependency analyzer for image creation',
       author='Chulwoo Shin',
       author_email='cw1.shin@samsung.com',