Skip to content

Commit

Permalink
Trying to fix import errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri-codes committed May 17, 2024
1 parent b1b8213 commit 8b414c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,5 @@ package-dir = { "" = "src" }
where = ["src"]

[project.entry-points.'nomad.plugin']

perovskite_solar_cell_database = "perovskite_solar_cell_database:schema"

perovskite_solar_cell = "perovskite_solar_cell_database:perovskite_solar_cell"
# myapp = "nomad_solar_cells_efficiency_tables.apps:myapp"
2 changes: 1 addition & 1 deletion src/perovskite_solar_cell_database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def load(self):
return m_package


schema = PerovskiteDatabasePackageEntryPoint(
perovskite_solar_cell = PerovskiteDatabasePackageEntryPoint(
name='PerovskiteSolarCell',
description='Schema package defined for the perovskite solar cells database.',
)

0 comments on commit 8b414c0

Please sign in to comment.