File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Please also remember to cite the [AiiDA paper](https://doi.org/10.1038/s41597-02
16
16
Quick Setup
17
17
===========
18
18
19
- Install this package by running the following in your shell:
19
+ Install the latest release of this package by running the following in your shell:
20
20
21
- $ pip install .
21
+ $ pip install aiida-defects
22
22
23
23
This will install all of the prerequisites automatically (including for the optional docs)
24
24
in your environment, including AiiDA core, if it not already installed.
Original file line number Diff line number Diff line change 5
5
# AiiDA-Defects is hosted on GitHub at https://github.com/epfl-theos/aiida-defects #
6
6
# For further information on the license, see the LICENSE.txt file #
7
7
########################################################################################
8
- __version__ = "1.0.0 "
8
+ __version__ = "1.0.1 "
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ testing = [
37
37
]
38
38
39
39
[project .entry-points ."aiida .data" ]
40
- "array.stability" = " aiida_defects.data.data:StabilityData"
40
+ "defects. array.stability" = " aiida_defects.data.data:StabilityData"
41
41
42
42
[project .entry-points ."aiida .workflows" ]
43
43
"defects.formation_energy.qe" = " aiida_defects.formation_energy.formation_energy_qe:FormationEnergyWorkchainQE"
@@ -59,4 +59,4 @@ filterwarnings = [
59
59
" ignore::DeprecationWarning:aiida:" ,
60
60
" ignore::DeprecationWarning:plumpy:" ,
61
61
" ignore::DeprecationWarning:yaml:" ,
62
- ]
62
+ ]
You can’t perform that action at this time.
0 commit comments