[readme] fix links and add util package to setup.py
This commit is contained in:
parent
147ebd64ca
commit
b68f8bbc7a
12
README.md
12
README.md
@ -1,18 +1,18 @@
|
|||||||
# NixView
|
# NixView
|
||||||
|
|
||||||
A PyQt based viewer for nix datafiles
|
A PyQt5 based cross-platform viewer for nix datafiles
|
||||||
|
|
||||||
--- under development ---
|
--- under development ---
|
||||||
|
|
||||||
## Nix
|
## <ins>N</ins>euroscience <ins>i</ins>nformation e<ins>x</ins>change data container
|
||||||
|
|
||||||
The nix data model is a generic model for storing scientific data with attached metadata.
|
The nix data model is a generic model for storing scientific data along with the attached metadata within one container.
|
||||||
|
|
||||||
For more information on nix see https://github.com/G-Node/nix
|
|
||||||
|
|
||||||
|
For more information on NIX see [NIX Github Repository](https://github.com/G-Node/nix) or [NIX documentation](https://nixio.readthedocs.io/en/master/)
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
- PyQt5
|
- PyQt5
|
||||||
- nixio
|
- nixio
|
||||||
|
- matplotlib
|
||||||
|
- numpy
|
||||||
|
3
setup.py
3
setup.py
@ -26,7 +26,8 @@ with open(README) as f:
|
|||||||
packages = [
|
packages = [
|
||||||
"nixview",
|
"nixview",
|
||||||
"nixview.ui",
|
"nixview.ui",
|
||||||
"nixview.data_models"
|
"nixview.data_models",
|
||||||
|
"nixview.util",
|
||||||
]
|
]
|
||||||
|
|
||||||
install_req = ["nixio>=1.4.0", "PyQt5", "matplotlib", "numpy"]
|
install_req = ["nixio>=1.4.0", "PyQt5", "matplotlib", "numpy"]
|
||||||
|
Loading…
Reference in New Issue
Block a user