Skip to content

Commit 87f6f09

Browse files
chore: setup.py
1 parent 91a2a94 commit 87f6f09

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please include the following information in your submission:
1515
```text
1616
Author: Tu Pham
1717
Kaggle 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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
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

323
import os
424
import re

0 commit comments

Comments
 (0)