26 lines
537 B
TOML
26 lines
537 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[scripts]
|
|
dist = "python -c 'import setuptools; setuptools.setup()' -- bdist_wheel"
|
|
dead-check = "vulture kateschema2theme"
|
|
lint-check = "pylint kateschema2theme"
|
|
style-check = "pycodestyle kateschema2theme"
|
|
type-check = "mypy kateschema2theme"
|
|
|
|
[dev-packages]
|
|
kateschema2theme = {editable = true, path = ".", use_pep517 = false}
|
|
mypy = "*"
|
|
pycodestyle = "*"
|
|
pylint = "*"
|
|
vulture = "*"
|
|
|
|
[packages]
|
|
click = "*"
|
|
columnize = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|