ongx 0.2.3__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.3
3
+ Version: 0.2.5
4
4
  Summary: LOL
5
5
  Author-email: Demid <you@example.com>
6
6
  License: MIT
@@ -22,7 +22,7 @@ ONGX - это движок для создание двухмерных игр
22
22
 
23
23
  ОNGX делан командой "одним человеком" с название ЧВК "DRAGON"
24
24
 
25
- ![описание](src/ongx/main/assets/icon.png)
25
+ ![описание](src/ongx/assets/icon.png)
26
26
 
27
27
 
28
28
  # ФУНКЦИИ ДВИЖКА
@@ -6,7 +6,7 @@ ONGX - это движок для создание двухмерных игр
6
6
 
7
7
  ОNGX делан командой "одним человеком" с название ЧВК "DRAGON"
8
8
 
9
- ![описание](src/ongx/main/assets/icon.png)
9
+ ![описание](src/ongx/assets/icon.png)
10
10
 
11
11
 
12
12
  # ФУНКЦИИ ДВИЖКА
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ongx"
7
- version = "0.2.3"
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.3
3
+ Version: 0.2.5
4
4
  Summary: LOL
5
5
  Author-email: Demid <you@example.com>
6
6
  License: MIT
@@ -22,7 +22,7 @@ ONGX - это движок для создание двухмерных игр
22
22
 
23
23
  ОNGX делан командой "одним человеком" с название ЧВК "DRAGON"
24
24
 
25
- ![описание](src/ongx/main/assets/icon.png)
25
+ ![описание](src/ongx/assets/icon.png)
26
26
 
27
27
 
28
28
  # ФУНКЦИИ ДВИЖКА
@@ -6,7 +6,7 @@ src/ongx.egg-info/SOURCES.txt
6
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
- src/ongx/main/__init__.py
10
- src/ongx/main/assets/__init__.py
11
- src/ongx/main/core/__init__.py
12
- src/ongx/main/core/main.py
9
+ src/ongx/assets/__init__.py
10
+ src/ongx/assets/icon.png
11
+ src/ongx/core/__init__.py
12
+ src/ongx/core/main.py
@@ -1,3 +0,0 @@
1
- # site-packages/ongx/__init__.py
2
- from .main.core import * # импорт всего из core (или конкретные классы) # если есть функция hello()
3
- __version__ = "0.2.3"
File without changes
File without changes