py3dbuilder 0.3.1a2__tar.gz → 0.3.1a3__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: py3dbuilder
3
- Version: 0.3.1a2
3
+ Version: 0.3.1a3
4
4
  Summary: Simple 3D Builder for creating 2D and 3D games in Python.
5
5
  Author: Victor Zou
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: py3dbuilder
3
- Version: 0.3.1a2
3
+ Version: 0.3.1a3
4
4
  Summary: Simple 3D Builder for creating 2D and 3D games in Python.
5
5
  Author: Victor Zou
6
6
  License-Expression: MIT
@@ -6,7 +6,7 @@ Homepage = "https://github.com/qzou1222-alt/py3dbuilder"
6
6
  Issues = "https://github.com/qzou1222-alt/py3dbuilder/issues"
7
7
  [project]
8
8
  name = "py3dbuilder"
9
- version = "0.3.1a2"
9
+ version = "0.3.1a3"
10
10
  authors = [
11
11
  { name="Victor Zou" }
12
12
  ]
@@ -37,7 +37,7 @@ keywords = [
37
37
  include-package-data = true
38
38
  [tool.setuptools.package-data]
39
39
  py3dbuilder = [
40
- "demos/**/*"
40
+ "demos/*"
41
41
  ]
42
42
  [tool.setuptools.packages.find]
43
43
  where = ["."]
File without changes
File without changes