Skip to content

Commit

Permalink
Merge pull request #361 from WMD-group/crystal_space_packaged
Browse files Browse the repository at this point in the history
Include crystal space utils in package build
  • Loading branch information
AntObi authored Jan 13, 2025
2 parents 366036b + e74fd14 commit a92e123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "SMACT"
version = "3.0.1"
version = "3.0.2"
description = "Semiconducting Materials by Analogy and Chemical Theory"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -121,9 +121,7 @@ strict = [
"dash==2.18.2",
]

[tool.semantic_release]
version_variable = "setup.py:__version__"
version_source = "tag"


[tool.ruff]
target-version = "py310"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
__author__ = "The SMACT Developers"
__author_email__ = "[email protected]"
__copyright__ = "Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
__version__ = "3.0"
__version__ = "3.0.2"
__maintainer__ = "Anthony O. Onwuli"
__maintainer_email__ = "[email protected]"
__date__ = "December 2 2024"
__date__ = "January 13 2025"


import os
Expand Down Expand Up @@ -40,7 +40,7 @@
"smact.tests",
"smact.structure_prediction",
"smact.dopant_prediction",
"smact.utils",
"smact.utils.crystal_space",
],
package_data={
"smact": [
Expand Down

0 comments on commit a92e123

Please sign in to comment.