Skip to content

Commit

Permalink
1, Changed the structure to place the module under src.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlhlui committed Aug 30, 2024
1 parent dc944ac commit cda0e00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"
package-mode = true
packages = [
{include = "*", from="pyorcid_checksum"}
{include = "pyorcid_checksum", from="src"}
]

[tool.poetry.dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_sample.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Test the ORCID_Checksum class in the checksum module
"""
from checksum import ORCID_Checksum
from src.pyorcid_checksum import ORCID_Checksum
import json
import pytest

Expand Down

0 comments on commit cda0e00

Please sign in to comment.