wildflow 0.1.2__tar.gz → 0.1.3__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.
- {wildflow-0.1.2 → wildflow-0.1.3}/PKG-INFO +2 -2
- {wildflow-0.1.2 → wildflow-0.1.3}/pyproject.toml +2 -2
- {wildflow-0.1.2 → wildflow-0.1.3}/wildflow.egg-info/PKG-INFO +2 -2
- {wildflow-0.1.2 → wildflow-0.1.3}/wildflow.egg-info/requires.txt +1 -1
- {wildflow-0.1.2 → wildflow-0.1.3}/README.md +0 -0
- {wildflow-0.1.2 → wildflow-0.1.3}/setup.cfg +0 -0
- {wildflow-0.1.2 → wildflow-0.1.3}/wildflow/__init__.py +0 -0
- {wildflow-0.1.2 → wildflow-0.1.3}/wildflow.egg-info/SOURCES.txt +0 -0
- {wildflow-0.1.2 → wildflow-0.1.3}/wildflow.egg-info/dependency_links.txt +0 -0
- {wildflow-0.1.2 → wildflow-0.1.3}/wildflow.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: wildflow
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
4
4
|
Summary: Modeling natural ecosystems
|
5
5
|
Author-email: wildflow <sergei@wildflow.ai>
|
6
6
|
License-Expression: MIT
|
@@ -21,7 +21,7 @@ Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
|
|
21
21
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
22
22
|
Requires-Python: >=3.8
|
23
23
|
Description-Content-Type: text/markdown
|
24
|
-
Requires-Dist: wildflow-splat>=0.1.
|
24
|
+
Requires-Dist: wildflow-splat>=0.1.3
|
25
25
|
Provides-Extra: dev
|
26
26
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
27
27
|
Requires-Dist: black>=22.0; extra == "dev"
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "wildflow"
|
7
|
-
version = "0.1.
|
7
|
+
version = "0.1.3"
|
8
8
|
description = "Modeling natural ecosystems"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.8"
|
@@ -28,7 +28,7 @@ classifiers = [
|
|
28
28
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
29
29
|
]
|
30
30
|
dependencies = [
|
31
|
-
"wildflow-splat>=0.1.
|
31
|
+
"wildflow-splat>=0.1.3",
|
32
32
|
]
|
33
33
|
|
34
34
|
[project.urls]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: wildflow
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
4
4
|
Summary: Modeling natural ecosystems
|
5
5
|
Author-email: wildflow <sergei@wildflow.ai>
|
6
6
|
License-Expression: MIT
|
@@ -21,7 +21,7 @@ Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
|
|
21
21
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
22
22
|
Requires-Python: >=3.8
|
23
23
|
Description-Content-Type: text/markdown
|
24
|
-
Requires-Dist: wildflow-splat>=0.1.
|
24
|
+
Requires-Dist: wildflow-splat>=0.1.3
|
25
25
|
Provides-Extra: dev
|
26
26
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
27
27
|
Requires-Dist: black>=22.0; extra == "dev"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|