init
This commit is contained in:
commit
4cbe50253a
36 changed files with 4073 additions and 0 deletions
24
Pipfile
Normal file
24
Pipfile
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
byteb4rb1e_sphinxcontrib = { editable = true, path = '.'}
|
||||
|
||||
[dev-packages]
|
||||
sphinx = "*"
|
||||
setuptools-scm = "*"
|
||||
pipenv = "*"
|
||||
tox = "*"
|
||||
build = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
||||
|
||||
[scripts]
|
||||
"dist" = "python3 -m build --outdir dist/"
|
||||
"doc" = "sphinx-build --builder html docs/ build/doc/"
|
||||
"test-static" = "tox run -m static"
|
||||
"test-unit" = "tox run -m unit"
|
||||
"test-integration" = "tox run -m integration"
|
||||
Loading…
Add table
Add a link
Reference in a new issue