diracx 0.0.1a27__tar.gz → 0.0.1a29__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: diracx
3
- Version: 0.0.1a27
3
+ Version: 0.0.1a29
4
4
  Summary: Client installation for users of DiracX installations
5
5
  License: GPL-3.0-only
6
6
  Classifier: Intended Audience :: Science/Research
@@ -12,7 +12,12 @@ classifiers = [
12
12
  "Topic :: Scientific/Engineering",
13
13
  "Topic :: System :: Distributed Computing",
14
14
  ]
15
- dependencies = ["diracx-api", "diracx-cli", "diracx-client", "diracx-core"]
15
+ dependencies = [
16
+ "diracx-api",
17
+ "diracx-cli",
18
+ "diracx-client",
19
+ "diracx-core",
20
+ ]
16
21
  dynamic = ["version"]
17
22
 
18
23
  [project.optional-dependencies]
@@ -102,6 +107,7 @@ files = [
102
107
  "diracx-client/src/**/_patch.py",
103
108
  "diracx-core/src/**/*.py",
104
109
  "diracx-db/src/**/*.py",
110
+ "diracx-logic/src/**/*.py",
105
111
  "diracx-routers/src/**/*.py",
106
112
  ]
107
113
  mypy_path = [
@@ -110,6 +116,7 @@ mypy_path = [
110
116
  "$MYPY_CONFIG_FILE_DIR/diracx-client/src",
111
117
  "$MYPY_CONFIG_FILE_DIR/diracx-core/src",
112
118
  "$MYPY_CONFIG_FILE_DIR/diracx-db/src",
119
+ "$MYPY_CONFIG_FILE_DIR/diracx-logic/src",
113
120
  "$MYPY_CONFIG_FILE_DIR/diracx-routers/src",
114
121
  ]
115
122
  plugins = ["sqlalchemy.ext.mypy.plugin", "pydantic.mypy"]
File without changes
File without changes
File without changes