Commit 156ea509 authored by Duggan, John's avatar Duggan, John
Browse files

Merge branch '6-use-latest-template-version' into 'main'

Update to latest template version

Closes #6

See merge request ndip/trame-apps/ct-scan-visualizer!3
parents efd0c9bd b6d81f0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Please do not edit or delete this file. It is needed to be able to update project from template.
_commit: '0.4'
_commit: '0.8'
_src_path: https://code.ornl.gov/ndip/project-templates/python.git
project_name: ctscan-viz
publish_docs: false
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ to create an issue [in this repo](https://code.ornl.gov/ndip/project-templates/p
## Installation
```commandline
pip install poetry
poetry install --no-root
poetry install
```

## Running
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ ctscan-viz



Developers: please read [this document](Development.md)
Developers: please read [this document](DEVELOPMENT.md)
+0 −3
Original line number Diff line number Diff line
@@ -22,9 +22,6 @@ build-backend = "poetry.core.masonry.api"


[tool.pytest.ini_options]
pythonpath = [
  ".", "src"
]
testpaths = ["tests"]
python_files = ["test*.py"]
norecursedirs = [".git", "tmp*", "_tmp*", "__pycache__"]