-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
整理命名为 vistopia、添加 pyproject.toml 方便安装
- Loading branch information
Showing
9 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# python-vistopian | ||
# python-vistopia | ||
|
||
看理想命令行客户端 / 下载器 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[project] | ||
name = "vistopia" | ||
authors = [{ name = "Chenxing Luo", email = "chenxing.luo@gmail.com" }] | ||
readme = "README.md" | ||
license = { file = "LICENSE" } | ||
dynamic = ["version"] | ||
dependencies = ["requests", "mutagen", "click", "tabulate", "wcwidth"] | ||
requires-python = ">=3.6" | ||
|
||
[project.scripts] | ||
vistopian = "vistopia:main.main" | ||
|
||
[project.urls] | ||
Repository = "https://github.com/chazeon/python-vistopia.git" | ||
|
||
[tool.setuptools.packages.find] | ||
include = ["vistopia"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[pytest] | ||
addopts = --cov vistopian --doctest-modules --cov-report=xml --cov-report=term | ||
addopts = --cov vistopia --doctest-modules --cov-report=xml --cov-report=term |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.