Skip to content

Commit c6af53d

Browse files
Added readme.md
1 parent df14953 commit c6af53d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/SDK/Python/Python.pyproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
2323
</PropertyGroup>
2424
<ItemGroup>
25-
<Compile Include="common.py" />
2625
<Compile Include="src\codeproject_ai_sdk\common.py" />
2726
<Compile Include="src\codeproject_ai_sdk\module_logging.py" />
2827
<Compile Include="src\codeproject_ai_sdk\module_options.py" />
@@ -36,6 +35,7 @@
3635
<Compile Include="src\codeproject_ai_sdk\__init__.py" />
3736
</ItemGroup>
3837
<ItemGroup>
38+
<Content Include="readme.md" />
3939
<Content Include="requirements.txt" />
4040
</ItemGroup>
4141
<ItemGroup>

src/SDK/Python/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# CodeProject.AI Server SDK for Python
2+
3+
This is a placeholder for the Python SDK for CodeProject.AI Server ReadMe.MD file. The SDK is currently under development and will be released soon.

0 commit comments

Comments
 (0)