pydmoo 0.0.3__tar.gz → 0.0.6__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,13 +1,23 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydmoo
3
- Version: 0.0.3
3
+ Version: 0.0.6
4
4
  Summary: pydmoo
5
+ Project-URL: homepage, https://github.com/dynoptimization/pydmoo
6
+ Project-URL: repository, https://github.com/dynoptimization/pydmoo
7
+ Project-URL: documentation, https://github.com/dynoptimization/pydmoo
5
8
  Author-email: DynOpt <dynoptimization@gmail.com>
6
9
  Maintainer-email: DynOpt <dynoptimization@gmail.com>
7
10
  License: GPL-3.0-or-later
8
11
  License-File: LICENSE
9
12
  Keywords: Dynamic Multi-objective Optimization,Python
10
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
13
+ Classifier: Operating System :: OS Independent
14
+ Classifier: Programming Language :: Python
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Scientific/Engineering
19
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
11
21
  Requires-Python: >=3.12
12
22
  Requires-Dist: matplotlib>=3.10.7
13
23
  Requires-Dist: mpmath>=1.3.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pydmoo"
3
- version = "0.0.3"
3
+ version = "0.0.6"
4
4
  description = "pydmoo"
5
5
  license = {text = "GPL-3.0-or-later"}
6
6
  authors = [
@@ -10,11 +10,21 @@ maintainers = [
10
10
  {name = "DynOpt", email = "dynoptimization@gmail.com"},
11
11
  ]
12
12
  readme = "README.md"
13
- homepage = "https://github.com/dynoptimization/pydmoo"
14
- repository = "https://github.com/dynoptimization/pydmoo"
15
- documentation = "https://github.com/dynoptimization/pydmoo"
16
- keywords = ["Python", "Dynamic Multi-objective Optimization"]
17
- classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
13
+ keywords = [
14
+ "Python",
15
+ "Dynamic Multi-objective Optimization"
16
+ ]
17
+ classifiers = [
18
+ 'Operating System :: OS Independent',
19
+ 'Programming Language :: Python',
20
+ "Programming Language :: Python :: 3",
21
+ 'Programming Language :: Python :: 3.12',
22
+ 'Programming Language :: Python :: 3.13',
23
+ 'Topic :: Scientific/Engineering',
24
+ 'Topic :: Scientific/Engineering :: Artificial Intelligence',
25
+ 'Topic :: Scientific/Engineering :: Mathematics',
26
+ ]
27
+ urls = {homepage = "https://github.com/dynoptimization/pydmoo", repository = "https://github.com/dynoptimization/pydmoo", documentation = "https://github.com/dynoptimization/pydmoo"}
18
28
  requires-python = ">=3.12"
19
29
  dependencies = [
20
30
  "matplotlib>=3.10.7",
@@ -683,7 +683,7 @@ wheels = [
683
683
 
684
684
  [[package]]
685
685
  name = "pydmoo"
686
- version = "0.0.2"
686
+ version = "0.0.6"
687
687
  source = { editable = "." }
688
688
  dependencies = [
689
689
  { name = "matplotlib" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes