We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 673a51e + e01fdc4 commit b8194ebCopy full SHA for b8194eb
setup.py
@@ -13,7 +13,7 @@
13
if __name__ == "__main__":
14
setup(
15
name='fosslight_util',
16
- version='1.0.1',
+ version='1.0.2',
17
package_dir={"": "src"},
18
packages=find_packages(where='src'),
19
description='FOSSLight Util',
src/fosslight_util/constant.py
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3
+# Copyright (c) 2021 LG Electronics Inc.
4
+# SPDX-License-Identifier: Apache-2.0
5
+
6
7
+LOGGER_NAME = "FOSSLight"
0 commit comments