0.7.1
This commit is contained in:
parent
ef8ce327cd
commit
be4404c520
2 changed files with 9 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"suou==0.7.0",
|
"suou==0.7.1",
|
||||||
"itsdangerous",
|
"itsdangerous",
|
||||||
"toml",
|
"toml",
|
||||||
"pydantic",
|
"pydantic",
|
||||||
|
|
@ -33,6 +33,7 @@ classifiers = [
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Repository = "https://nekode.yusur.moe/yusur/suou"
|
Repository = "https://nekode.yusur.moe/yusur/suou"
|
||||||
|
Documentation = "https://suou.readthedocs.io"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
# the below are all dev dependencies (and probably already installed)
|
# the below are all dev dependencies (and probably already installed)
|
||||||
|
|
@ -73,6 +74,12 @@ full = [
|
||||||
"sakuragasaki46_suou[sass]"
|
"sakuragasaki46_suou[sass]"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
docs = [
|
||||||
|
"sphinx>=2.1",
|
||||||
|
"myst_parser",
|
||||||
|
"sphinx_rtd_theme"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
version = { attr = "suou.__version__" }
|
version = { attr = "suou.__version__" }
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ from .redact import redact_url_password
|
||||||
from .http import WantsContentType
|
from .http import WantsContentType
|
||||||
from .color import chalk
|
from .color import chalk
|
||||||
|
|
||||||
__version__ = "0.7.1-rc1"
|
__version__ = "0.7.1"
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',
|
'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue