JacobLinCool commited on
Commit
195a255
·
1 Parent(s): 979555c

build: remove root package

Browse files

Former-commit-id: 252d0ed5104a35db77688ce3a01a0af15d003100

Files changed (2) hide show
  1. poetry.lock +2 -2
  2. pyproject.toml +2 -1
poetry.lock CHANGED
@@ -277,7 +277,7 @@ files = [
277
  name = "fake-bpy-module-latest"
278
  version = "20230216"
279
  description = "Collection of the fake Blender Python API module for the code completion."
280
- category = "main"
281
  optional = false
282
  python-versions = ">=3.7"
283
  files = [
@@ -480,4 +480,4 @@ cffi = ["cffi (>=1.11)"]
480
  [metadata]
481
  lock-version = "2.0"
482
  python-versions = "~3.10"
483
- content-hash = "92f2dc8f122e28a0efd3cdd652bf25c9e93c32650c8cb1eea2e1e956f3dea997"
 
277
  name = "fake-bpy-module-latest"
278
  version = "20230216"
279
  description = "Collection of the fake Blender Python API module for the code completion."
280
+ category = "dev"
281
  optional = false
282
  python-versions = ">=3.7"
283
  files = [
 
480
  [metadata]
481
  lock-version = "2.0"
482
  python-versions = "~3.10"
483
+ content-hash = "126cea270b028264d4a0777428f801ed3f4578d2eb686f4c0a2eaafb9dbb0899"
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ version = "0.0.0"
4
  description = ""
5
  authors = ["JacobLinCool <jacoblincool@gmail.com>"]
6
  readme = "README.md"
7
- packages = [{include = "blender_3d_icon"}]
8
 
9
  [tool.poetry.dependencies]
10
  python = "~3.10"
@@ -15,6 +15,7 @@ bpy = "^3.4.0"
15
  autopep8 = "^2.0.1"
16
  fake-bpy-module-latest = "^20230216"
17
 
 
18
  [build-system]
19
  requires = ["poetry-core"]
20
  build-backend = "poetry.core.masonry.api"
 
4
  description = ""
5
  authors = ["JacobLinCool <jacoblincool@gmail.com>"]
6
  readme = "README.md"
7
+
8
 
9
  [tool.poetry.dependencies]
10
  python = "~3.10"
 
15
  autopep8 = "^2.0.1"
16
  fake-bpy-module-latest = "^20230216"
17
 
18
+
19
  [build-system]
20
  requires = ["poetry-core"]
21
  build-backend = "poetry.core.masonry.api"