Skip to content

Commit f5a3c24

Browse files
committed
license corrected in setup
1 parent 2d2d53a commit f5a3c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run_qs_tool.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flake8 --config flake8.cfg
66
python3 -m unittest -v
77

88

9-
for f in build, dist, *.egg-info, __pycache__ ; do
9+
for f in build dist *.egg-info __pycache__ ; do
1010
echo remove $f
1111
find . -name $f | xargs rm -rf
1212
done

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def find_projectname():
4242
long_description_content_type="text/markdown",
4343
url=f"https://github.com/kr-g/{projectname}",
4444
packages=packages,
45-
license="MIT",
45+
license="AGPLv3+",
4646
keywords="python utility shell git git-workspace tkinter thonny",
4747
install_requires=[
4848
"gitonic",

0 commit comments

Comments
 (0)