Skip to content

Commit

Permalink
move config template file outside of src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jan 22, 2025
1 parent 8267b42 commit d80cc41
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/concepts/config_file.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Configuration Template

```toml
--8<-- "src/nplinker/data/nplinker.toml"
--8<-- "config/nplinker.toml"
```

## Example Configuration
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ where = ["src"]
namespaces = true # enable data directory to be identified

[tool.setuptools.package-data]
"nplinker.data" = ["*"]
"nplinker.schemas" = ["*"]
"nplinker" = ["nplinker_default.toml"]

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit d80cc41

Please sign in to comment.