flet-rive 0.85.0.dev0__tar.gz → 0.85.0.dev2__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: flet-rive
3
- Version: 0.85.0.dev0
3
+ Version: 0.85.0.dev2
4
4
  Summary: Display Rive animations in Flet apps.
5
5
  Author-email: Flet contributors <hello@flet.dev>
6
6
  License-Expression: Apache-2.0
@@ -11,7 +11,7 @@ Project-URL: Issues, https://github.com/flet-dev/flet/issues
11
11
  Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: flet==0.85.0.dev0
14
+ Requires-Dist: flet==0.85.0.dev2
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-rive
@@ -55,4 +55,4 @@ To install the `flet-rive` package and add it to your project dependencies:
55
55
 
56
56
  ### Examples
57
57
 
58
- For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/controls/rive).
58
+ For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/extensions/rive).
@@ -39,4 +39,4 @@ To install the `flet-rive` package and add it to your project dependencies:
39
39
 
40
40
  ### Examples
41
41
 
42
- For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/controls/rive).
42
+ For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/extensions/rive).
@@ -1,13 +1,13 @@
1
1
  [project]
2
2
  name = "flet-rive"
3
- version = "0.85.0.dev0"
3
+ version = "0.85.0.dev2"
4
4
  description = "Display Rive animations in Flet apps."
5
5
  readme = "README.md"
6
6
  authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
7
7
  license = "Apache-2.0"
8
8
  requires-python = ">=3.10"
9
9
  dependencies = [
10
- "flet==0.85.0.dev0",
10
+ "flet==0.85.0.dev2",
11
11
  ]
12
12
 
13
13
  [project.urls]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flet-rive
3
- Version: 0.85.0.dev0
3
+ Version: 0.85.0.dev2
4
4
  Summary: Display Rive animations in Flet apps.
5
5
  Author-email: Flet contributors <hello@flet.dev>
6
6
  License-Expression: Apache-2.0
@@ -11,7 +11,7 @@ Project-URL: Issues, https://github.com/flet-dev/flet/issues
11
11
  Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: flet==0.85.0.dev0
14
+ Requires-Dist: flet==0.85.0.dev2
15
15
  Dynamic: license-file
16
16
 
17
17
  # flet-rive
@@ -55,4 +55,4 @@ To install the `flet-rive` package and add it to your project dependencies:
55
55
 
56
56
  ### Examples
57
57
 
58
- For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/controls/rive).
58
+ For examples, see [these](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/extensions/rive).
@@ -0,0 +1 @@
1
+ flet==0.85.0.dev2
@@ -1 +0,0 @@
1
- flet==0.85.0.dev0
File without changes