Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PLSC
提交
a618517b
P
PLSC
项目概览
PaddlePaddle
/
PLSC
通知
12
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
5
列表
看板
标记
里程碑
合并请求
4
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PLSC
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
5
Issue
5
列表
看板
标记
里程碑
合并请求
4
合并请求
4
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a618517b
编写于
12月 17, 2019
作者:
M
MRXLT
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
rm some file
上级
6481b74c
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
0 addition
and
25 deletion
+0
-25
serving/server/LICENSE
serving/server/LICENSE
+0
-19
serving/server/README.md
serving/server/README.md
+0
-1
serving/server/setup.py
serving/server/setup.py
+0
-5
未找到文件。
serving/server/LICENSE
已删除
100644 → 0
浏览文件 @
6481b74c
Copyright (c) 2018 The Python Packaging Authority
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
serving/server/README.md
已删除
100644 → 0
浏览文件 @
6481b74c
This is a simple example package.
serving/server/setup.py
浏览文件 @
a618517b
...
@@ -14,9 +14,6 @@
...
@@ -14,9 +14,6 @@
import
setuptools
import
setuptools
with
open
(
"README.md"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
#read info
#read info
info_py
=
'./plsc_serving/__init__.py'
info_py
=
'./plsc_serving/__init__.py'
info_content
=
open
(
info_py
,
'r'
).
readlines
()
info_content
=
open
(
info_py
,
'r'
).
readlines
()
...
@@ -31,8 +28,6 @@ setuptools.setup(
...
@@ -31,8 +28,6 @@ setuptools.setup(
author
=
"MRXLT"
,
author
=
"MRXLT"
,
author_email
=
"xlt2024@gmail.com"
,
author_email
=
"xlt2024@gmail.com"
,
description
=
"package for plsc serving"
,
description
=
"package for plsc serving"
,
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
url
=
"https://github.com/PaddlePaddle/PLSC"
,
url
=
"https://github.com/PaddlePaddle/PLSC"
,
packages
=
setuptools
.
find_packages
(),
packages
=
setuptools
.
find_packages
(),
classifiers
=
[
classifiers
=
[
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录