Skip to content

Commit

Permalink
Updated non existent packages on release
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgomes1994 committed Apr 23, 2020
1 parent fd2778e commit 436f3ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_pypi.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ REM Build package to dist directory
python setup.py sdist

REM Upload to PyPI
REM twine upload dist/*
twine upload dist/*

PAUSE
23 changes: 21 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,41 @@

setup(
name = 'fake-blender-api-2.79',
version = '0.2',

packages = [
"aud",

"bge",
"bge/app",
"bge/constraints",
"bge/events",
"bge/logic",
"bge/render",
"bge/texture",
"bge/types",

"bgl",
"blf",
"bmesh",

"bpy",
"bpy/app",
"bpy/ops",
"bpy/utils",

"bpy_extras",

"freestyle",
"freestyle/utils",

"gpu",
"idprop",
"mathutils"

"mathutils",
"mathutils/noise"
],

version = '0.1',
license='GPLv3',
description = "Fake Blender 2.79 Python API for code completion, including BGE",
author = 'Joel Gomes da Silva',
Expand Down

0 comments on commit 436f3ce

Please sign in to comment.