diracx 0.0.1a27__tar.gz → 0.0.1a31__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
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: diracx
3
- Version: 0.0.1a27
3
+ Version: 0.0.1a31
4
4
  Summary: Client installation for users of DiracX installations
5
5
  License: GPL-3.0-only
6
6
  Classifier: Intended Audience :: Science/Research
@@ -17,6 +17,7 @@ Requires-Dist: diracx-client
17
17
  Requires-Dist: diracx-core
18
18
  Provides-Extra: testing
19
19
  Requires-Dist: diracx-testing; extra == "testing"
20
+ Dynamic: license-file
20
21
 
21
22
  ![DiracX tests](https://github.com/DIRACGrid/diracx/actions/workflows/main.yml/badge.svg?branch=main)
22
23
  ![Legacy tests](https://github.com/DIRACGrid/diracx/actions/workflows/integration.yml/badge.svg?branch=main)
@@ -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