python4cpm 1.0.10__tar.gz → 1.0.11__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.4
2
2
  Name: python4cpm
3
- Version: 1.0.10
3
+ Version: 1.0.11
4
4
  Summary: Python for CPM
5
5
  Author-email: Gonzalo Atienza Rela <gonatienza@gmail.com>
6
6
  License: MIT License
@@ -30,6 +30,7 @@ Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  Provides-Extra: dev
32
32
  Requires-Dist: ruff; extra == "dev"
33
+ Requires-Dist: pytest; extra == "dev"
33
34
  Dynamic: license-file
34
35
 
35
36
  # Python4CPM
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python4cpm"
7
- version = "1.0.10"
7
+ version = "1.0.11"
8
8
  description = "Python for CPM"
9
9
  authors = [
10
10
  { name = "Gonzalo Atienza Rela", email = "gonatienza@gmail.com" }
@@ -15,7 +15,10 @@ readme = { file = "README.md", content-type = "text/markdown" }
15
15
  license = { file = "LICENSE" }
16
16
 
17
17
  [project.optional-dependencies]
18
- dev = ["ruff"]
18
+ dev = [
19
+ "ruff",
20
+ "pytest"
21
+ ]
19
22
 
20
23
  [tool.setuptools]
21
24
  package-dir = { "" = "src" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python4cpm
3
- Version: 1.0.10
3
+ Version: 1.0.11
4
4
  Summary: Python for CPM
5
5
  Author-email: Gonzalo Atienza Rela <gonatienza@gmail.com>
6
6
  License: MIT License
@@ -30,6 +30,7 @@ Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  Provides-Extra: dev
32
32
  Requires-Dist: ruff; extra == "dev"
33
+ Requires-Dist: pytest; extra == "dev"
33
34
  Dynamic: license-file
34
35
 
35
36
  # Python4CPM
File without changes
File without changes
File without changes
File without changes