Skip to content

Commit

Permalink
Merge pull request #161 from mnixry/2.0
Browse files Browse the repository at this point in the history
设置`pyproject.toml`, 使其能够通过pip包方式安装
  • Loading branch information
Quan authored Jul 30, 2021
2 parents edaa8bc + c077099 commit 4a272d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ description = "ELF_RSS"
authors = ["Quan666"]
license = "GPL v3"
readme = "README.md"

packages = [
{ include = "ELF_RSS2", from = "src/plugins" },
{ include = "ELF_URL", from = "src/plugins" },
]
homepage = "https://github.com/Quan666/ELF_RSS"
repository = "https://github.com/Quan666/ELF_RSS"
keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
Expand Down

0 comments on commit 4a272d8

Please sign in to comment.