Skip to content

Commit a92e123

Browse files
authored
Merge pull request #361 from WMD-group/crystal_space_packaged
Include crystal space utils in package build
2 parents 366036b + e74fd14 commit a92e123

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "SMACT"
8-
version = "3.0.1"
8+
version = "3.0.2"
99
description = "Semiconducting Materials by Analogy and Chemical Theory"
1010
readme = "README.md"
1111
authors = [
@@ -121,9 +121,7 @@ strict = [
121121
"dash==2.18.2",
122122
]
123123

124-
[tool.semantic_release]
125-
version_variable = "setup.py:__version__"
126-
version_source = "tag"
124+
127125

128126
[tool.ruff]
129127
target-version = "py310"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
__author__ = "The SMACT Developers"
88
__author_email__ = "[email protected]"
99
__copyright__ = "Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
10-
__version__ = "3.0"
10+
__version__ = "3.0.2"
1111
__maintainer__ = "Anthony O. Onwuli"
1212
__maintainer_email__ = "[email protected]"
13-
__date__ = "December 2 2024"
13+
__date__ = "January 13 2025"
1414

1515

1616
import os
@@ -40,7 +40,7 @@
4040
"smact.tests",
4141
"smact.structure_prediction",
4242
"smact.dopant_prediction",
43-
"smact.utils",
43+
"smact.utils.crystal_space",
4444
],
4545
package_data={
4646
"smact": [

0 commit comments

Comments
 (0)