Pypi package description
还没有人认领这个 Issue。
评估
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 新手友好度
- 45/100
- Issue 类型
- 缺陷
- 描述清晰度
- 描述清楚
- 活跃度
- 停滞
- 技术栈
- python
- 领域
- build-system
调研方向
包元数据位于 pyproject.toml 中;从 [tool.poetry] 部分开始,将其 readme 设置与 README.md 进行比较。设置 PyPI readme 元数据,然后验证已构建包的描述已填充。
由索引模型根据 Issue 内容生成。
描述
Currently the description for linfa on pypi is empty. Since you are using Poetry to fix this you just need to update the pyproject.toml file to include the long_description or in poetry it's just called readme.
At the top of the file it should look like this
[tool.poetry]
name = "linfa"
version = "0.1.0"
authors = ["LukeMathWalker <rust@lpalmieri.com>"]
description = "Python bindings for the Rust crate linfa, a Rust machine learning framework."
readme = "README.md"
You can actually use any txt or markdown file so it doesn't have to be the main readme file.
Also, there are some other settings it might be nice to include such as license, repository, hompage (if we have one) etc..
You can find a full list of possible settings here
I can go ahead and open a pull request with these changes but it might be quicker and easier for you to update them yourself since you know which settings are actually relevant
- 主要语言
- Python
- 星标
- 13
- 派生
- 3
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
LukeMathWalker/linfa-python 的其他 Issue
-
难度 3/5 1-2 天 新手友好度 35/100
LukeMathWalker/linfa-python#3 · 1 条评论 ·
查看 LukeMathWalker/linfa-python 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 88/100
-
难度 2/5 1-3 小时 新手友好度 82/100
-
难度 2/5 1-3 小时 新手友好度 78/100
-
enhancement
难度 2/5 1-3 小时 新手友好度 72/100
-
难度 2/5 1-3 小时 新手友好度 74/100