Skip to content

Commit 62e1734

Browse files
Update pyproject.toml
Fix entry points Fix install in README Bump patch version
1 parent 39087bb commit 62e1734

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Please also remember to cite the [AiiDA paper](https://doi.org/10.1038/s41597-02
1616
Quick Setup
1717
===========
1818

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:
2020

21-
$ pip install .
21+
$ pip install aiida-defects
2222

2323
This will install all of the prerequisites automatically (including for the optional docs)
2424
in your environment, including AiiDA core, if it not already installed.

aiida_defects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# AiiDA-Defects is hosted on GitHub at https://github.com/epfl-theos/aiida-defects #
66
# For further information on the license, see the LICENSE.txt file #
77
########################################################################################
8-
__version__ = "1.0.0"
8+
__version__ = "1.0.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ testing = [
3737
]
3838

3939
[project.entry-points."aiida.data"]
40-
"array.stability" = "aiida_defects.data.data:StabilityData"
40+
"defects.array.stability" = "aiida_defects.data.data:StabilityData"
4141

4242
[project.entry-points."aiida.workflows"]
4343
"defects.formation_energy.qe" = "aiida_defects.formation_energy.formation_energy_qe:FormationEnergyWorkchainQE"
@@ -59,4 +59,4 @@ filterwarnings = [
5959
"ignore::DeprecationWarning:aiida:",
6060
"ignore::DeprecationWarning:plumpy:",
6161
"ignore::DeprecationWarning:yaml:",
62-
]
62+
]

0 commit comments

Comments
 (0)