File tree Expand file tree Collapse file tree
codeproject_ai_sdk.egg-info Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11:: This file builds the package
22
3- if exist dist del /s /q dist
3+ rd /s /q dist
4+ rd /s /q build
45
5- robocopy /e " ..\..\..\CodeProject.AI-Server-Dev\src\SDK\Python\src\codeproject_ai_sdk\ " " .\build\lib\codeproject_ai_sdk " > nul
6+ :: robocopy is doing something strange
7+
8+ robocopy /e ..\..\..\CodeProject.AI-Server-Dev\src\SDK\Python\src\codeproject_ai_sdk\ .\build\lib\codeproject_ai_sdk
9+ :: rd /s /q build\lib\utils
610
711python -m build --wheel
Original file line number Diff line number Diff line change 11Metadata-Version: 2.1
22Name: codeproject-ai-sdk
3- Version: 0.0.13
3+ Version: 0.0.20
44Summary: Python SDK for writing Modules for CodeProject AI Server
55Author: Chris Maunder, Matthew Dennis
66License: SSPL
Original file line number Diff line number Diff line change 11pyproject.toml
22readme.md
33setup.cfg
4- ./build/lib/codeproject_ai_sdk/utils/__init__.py
5- ./build/lib/codeproject_ai_sdk/utils/cpuinfo.py
6- ./build/lib/codeproject_ai_sdk/utils/environment_check.py
7- ./build/lib/codeproject_ai_sdk/utils/image_utils.py
84codeproject_ai_sdk.egg-info/PKG-INFO
95codeproject_ai_sdk.egg-info/SOURCES.txt
106codeproject_ai_sdk.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change 1- utils
1+ codeproject_ai_sdk
Original file line number Diff line number Diff line change 11
22[project ]
33name = " codeproject-ai-sdk"
4- version = " 0.0.13 "
4+ version = " 0.0.20 "
55description = " Python SDK for writing Modules for CodeProject AI Server"
66authors = [
77 {name = " Chris Maunder" },
Original file line number Diff line number Diff line change 11[options]
22package_dir =
3- =.\ build\ lib\codeproject_ai_sdk
4- packages = find:
3+ =./ build/ lib
4+ packages = codeproject_ai_sdk
55
66[options.packages.find]
7- where = .\ build\ lib\codeproject_ai_sdk
7+ where = ./ build/ lib
88
99[egg_info]
1010egg_base = .
Original file line number Diff line number Diff line change 33; Define this if you wish to use the script in standalone (not script generated)
44; mode. This will use hardcoded values and only work for x64, not arm64
55#define STANDALONE False
6- #define DO_SIGNING False
6+ #define DO_SIGNING True
77
88; Define some constants to make thing easier
99#if STANDALONE == True
Original file line number Diff line number Diff line change 33; Define this if you wish to use the script in standalone (not script generated)
44; mode. This will use hardcoded values and only work for x64, not arm64
55#define STANDALONE False
6- #define DO_SIGNING False
6+ #define DO_SIGNING True
77
88; Define some constants to make thing easier
99#if STANDALONE == True
1515 #define ServerRepoRelPath " ..\..\..\CodeProject.AI-Server-Dev"
1616#else
1717 #define AppName " CodeProject.AI Server"
18- #define AppVersion " 2.8.0 "
18+ #define AppVersion " 2.8.1 "
1919 #define DotNetVersion " 8.0"
2020 #define DotNetHostingVersion " 8.0.6"
2121 #define SetupExeName " CodeProject.AI Server-win-x64"
You can’t perform that action at this time.
0 commit comments