summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-07-05 21:01:34 +0800
committerFrederick Yin <fkfd@macaw.me>2020-07-05 21:01:34 +0800
commitb3ac51793f413f0697f61caa31c54559b1db8e4e (patch)
tree59a74d933cd001cf86e97e0404673b8ce1ba93de
parent68cdac974a7a28b4d8aba30a8e1a407989586913 (diff)
Misc meta fixes
- 0BSD is actually a kind of Public Domain License - Changed flask app name to "utab"
-rw-r--r--setup.py2
-rw-r--r--utab/__main__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 9e76d5f..71b9a94 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setuptools.setup(
install_requires=["flask>=1.1.2", "beautifulsoup4>=4.3.2", "requests>=2.1.0"],
classifiers=[
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: BSD License",
+ "License :: Public Domain",
"Operating System :: OS Independent",
],
python_requires=">=3.6",
diff --git a/utab/__main__.py b/utab/__main__.py
index 6dddd0b..578c9d6 100644
--- a/utab/__main__.py
+++ b/utab/__main__.py
@@ -9,7 +9,7 @@ import csv
from .pyfav import get_favicon_url
from .rendering import *
-app = Flask(__name__)
+app = Flask("utab")
# locate page template at e.g. $XDG_CONFIG_HOME/utab/index.html
# and sites json file at utab/sites.json