generated from daniil-berg/boilerplate-py
🔧 Fix minor cosmetic issues in project config
This commit is contained in:
parent
da244e15ba
commit
a7caa876c4
@ -52,14 +52,14 @@ dev = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
repository = "https://github.com/daniil-berg/marshmallow-generic"
|
"Repository" = "https://github.com/daniil-berg/marshmallow-generic"
|
||||||
bug_tracker = "https://github.com/daniil-berg/marshmallow-generic/issues"
|
"Issue Tracker" = "https://github.com/daniil-berg/marshmallow-generic/issues"
|
||||||
documentation = "http://daniil-berg.github.io/marshmallow-generic"
|
"Documentation" = "http://daniil-berg.github.io/marshmallow-generic"
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
dependencies = { file = "requirements/common.txt" }
|
dependencies = { file = "requirements/common.txt" }
|
||||||
readme = { file = ["README.md"] }
|
readme = { file = ["README.md"], content-type = "text/markdown" }
|
||||||
version = {attr = "marshmallow_generic.__version__"}
|
version = { attr = "marshmallow_generic.__version__" }
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
# Static type checking: #
|
# Static type checking: #
|
||||||
|
Loading…
Reference in New Issue
Block a user