LukeMathWalker / LukeMathWalker/linfa-python

Pypi package description

未关闭
#1 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Python
星标
13
派生
3
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

包元数据位于 pyproject.toml 中;从 [tool.poetry] 部分开始,将其 readme 设置与 README.md 进行比较。设置 PyPI readme 元数据,然后验证已构建包的描述已填充。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
build-system
Issue 类型
缺陷
难度
1/5
预计耗时
1 小时以内
活跃度
停滞
描述清晰度
描述清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。