File tree 5 files changed +6
-2
lines changed
5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ url = https://github.com/pytask-dev/pytask-environment
7
7
author = Tobias Raabe
8
8
9
9
license = MIT
10
- license_file = LICENSE
10
+ license_files = LICENSE
11
11
platforms = any
12
12
classifiers =
13
13
Development Status :: 4 - Beta
@@ -27,7 +27,7 @@ install_requires =
27
27
click
28
28
pony
29
29
pytask>=0.2
30
- python_requires = >=3.7
30
+ python_requires = >=3.8
31
31
include_package_data = True
32
32
package_dir = =src
33
33
zip_safe = False
Original file line number Diff line number Diff line change 1
1
"""This module contains everything related to the configuration."""
2
+
2
3
from __future__ import annotations
3
4
4
5
from typing import Any
Original file line number Diff line number Diff line change 1
1
"""This module contains everything related to the database."""
2
+
2
3
from __future__ import annotations
3
4
4
5
from pony import orm
Original file line number Diff line number Diff line change 1
1
"""This module contains everything related to logging."""
2
+
2
3
from __future__ import annotations
3
4
4
5
import sys
Original file line number Diff line number Diff line change 1
1
"""Entry-point for the plugin."""
2
+
2
3
from __future__ import annotations
3
4
4
5
from pluggy import PluginManager
You can’t perform that action at this time.
0 commit comments