Skip to content

Commit

Permalink
ocdata not ocpdata
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Apr 12, 2024
1 parent 48c4da8 commit 062f68a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pip install -e .[dev]
- name: black
run: |
black --check --color ocpdata
black --check --color ocdata
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = ["setuptools>=69"]

[project]
name = "ocp-data"
name = "oc-data"
description = "Code for generating adsorbate-catalyst input configurations"
readme = "README.md"
license = {text = "MIT License"}
Expand Down Expand Up @@ -42,7 +42,7 @@ filterwarnings = [
testpaths = ["tests"]

[tool.coverage.run]
source = ["ocpdata"]
source = ["ocdata"]

[tool.isort]
profile = 'black'
Expand Down

0 comments on commit 062f68a

Please sign in to comment.