update dates in the source files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2024, School of Engineering and Architecture of Fribourg
|
||||
# Copyright 2025, School of Engineering and Architecture of Fribourg
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -16,8 +16,8 @@
|
||||
# limitations under the License.
|
||||
|
||||
__author__ = 'Michael Mader'
|
||||
__date__ = "2023-03-12"
|
||||
__version__ = "0.2"
|
||||
__date__ = "2025-03-11"
|
||||
__version__ = "0.3"
|
||||
__email__ = "michael.maeder@hefr.ch"
|
||||
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "flask-api-calculator-demo"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Default template for PDM package"
|
||||
authors = [
|
||||
{name = "Michael Mäder", email = "michael.maeder@hefr.ch"},
|
||||
@@ -22,4 +22,4 @@ distribution = false
|
||||
[tool.pdm.scripts]
|
||||
flask.cmd = "flask run -p 5000 --debug"
|
||||
flask.env = {FLASK_ENV = "development"}
|
||||
shell.cmd = "zsh"
|
||||
shell.cmd = "sh"
|
@@ -1,4 +0,0 @@
|
||||
Flask
|
||||
flask-wtf
|
||||
pytest
|
||||
pytest-cov
|
Reference in New Issue
Block a user