ongx 0.2.4__tar.gz → 0.2.5__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: ongx
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: LOL
5
5
  Author-email: Demid <you@example.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ongx"
7
- version = "0.2.4"
7
+ version = "0.2.5"
8
8
  description = "LOL"
9
9
 
10
10
  readme = "README.md"
@@ -29,4 +29,10 @@ Homepage = "https://github.com/username/repo"
29
29
  Source = "https://github.com/username/repo"
30
30
 
31
31
  [tool.setuptools.packages.find]
32
- where = ["src"]
32
+ where = ["src"]
33
+
34
+ [tool.setuptools]
35
+ include-package-data = true
36
+
37
+ [tool.setuptools.package-data]
38
+ "ongx" = ["assets/*"]
@@ -0,0 +1 @@
1
+ from .core.main import *
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ongx
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: LOL
5
5
  Author-email: Demid <you@example.com>
6
6
  License: MIT
@@ -7,5 +7,6 @@ src/ongx.egg-info/dependency_links.txt
7
7
  src/ongx.egg-info/requires.txt
8
8
  src/ongx.egg-info/top_level.txt
9
9
  src/ongx/assets/__init__.py
10
+ src/ongx/assets/icon.png
10
11
  src/ongx/core/__init__.py
11
12
  src/ongx/core/main.py
File without changes
File without changes
File without changes
File without changes