File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Please include the following information in your submission:
1515``` text
1616Author: Tu Pham
1717Kaggle Username: [bigfishdev](https://www.kaggle.com/bigfishdev)
18- GitHub: [thewebscraping/gemma-template](https://github.com/thewebscraping/gemma-template)
18+ GitHub: [https://github.com/ thewebscraping/gemma-template/ ](https://github.com/thewebscraping/gemma-template)
1919```
2020
2121# Overview
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ classifiers =
1414 Development Status :: 4 - Beta
1515 Intended Audience :: Developers
1616 Environment :: Web Environment
17- License :: OSI Approved :: MIT License
17+ License :: OSI Approved :: Apache License 2.0
1818 Natural Language :: English
1919 Operating System :: OS Independent
2020 Programming Language :: Python
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ """
3+ setup.py - a setup script
4+
5+ Copyright (C) 2024 Tu Pham
6+
7+ Licensed under the Apache License, Version 2.0 (the "License");
8+ you may not use this file except in compliance with the License.
9+ You may obtain a copy of the License at
10+
11+ http://www.apache.org/licenses/LICENSE-2.0
12+
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+ Authors:
20+ 21+ """
222
323import os
424import re
You can’t perform that action at this time.
0 commit comments