ongx 0.2.1__tar.gz → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ongx
3
- Version: 0.2.1
3
+ Version: 0.2.3
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
- ![описание](main/assets/icon.png)
25
+ ![описание](src/ongx/main/assets/icon.png)
26
26
 
27
27
 
28
28
  # ФУНКЦИИ ДВИЖКА
@@ -6,7 +6,7 @@ ONGX - это движок для создание двухмерных игр
6
6
 
7
7
  ОNGX делан командой "одним человеком" с название ЧВК "DRAGON"
8
8
 
9
- ![описание](main/assets/icon.png)
9
+ ![описание](src/ongx/main/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.1"
7
+ version = "0.2.3"
8
8
  description = "LOL"
9
9
 
10
10
  readme = "README.md"
@@ -29,4 +29,4 @@ Homepage = "https://github.com/username/repo"
29
29
  Source = "https://github.com/username/repo"
30
30
 
31
31
  [tool.setuptools.packages.find]
32
- where = ["main"]
32
+ where = ["src"]
@@ -0,0 +1,3 @@
1
+ # site-packages/ongx/__init__.py
2
+ from .main.core import * # импорт всего из core (или конкретные классы) # если есть функция hello()
3
+ __version__ = "0.2.3"
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ongx
3
- Version: 0.2.1
3
+ Version: 0.2.3
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
- ![описание](main/assets/icon.png)
25
+ ![описание](src/ongx/main/assets/icon.png)
26
26
 
27
27
 
28
28
  # ФУНКЦИИ ДВИЖКА
@@ -0,0 +1,12 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/ongx/__init__.py
4
+ src/ongx.egg-info/PKG-INFO
5
+ src/ongx.egg-info/SOURCES.txt
6
+ src/ongx.egg-info/dependency_links.txt
7
+ src/ongx.egg-info/requires.txt
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
@@ -0,0 +1 @@
1
+ ongx
@@ -1,10 +0,0 @@
1
- README.md
2
- pyproject.toml
3
- main/assets/__init__.py
4
- main/core/__init__.py
5
- main/core/main.py
6
- main/ongx.egg-info/PKG-INFO
7
- main/ongx.egg-info/SOURCES.txt
8
- main/ongx.egg-info/dependency_links.txt
9
- main/ongx.egg-info/requires.txt
10
- main/ongx.egg-info/top_level.txt
@@ -1,2 +0,0 @@
1
- assets
2
- core
File without changes
File without changes