Skip to content

Commit

Permalink
Merge pull request #11 from thehyve/fix-metadata
Browse files Browse the repository at this point in the history
Fix metadata
  • Loading branch information
Spayralbe authored Dec 3, 2024
2 parents ed969dd + 8b97fa8 commit efcfdb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pip install omop-cdm

## Usage

See [User documentation](docs/README.md)
See [User documentation](https://github.com/thehyve/omop-cdm/blob/main/docs/README.md)

## Supported databases
The omop-cdm table definitions are tested to be compatible with PostgreSQL.
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
]

[tool.poetry.urls]
"Repository" = "https://github.com/thehyve/omop-cdm"
"Documentation" = "https://github.com/thehyve/omop-cdm/blob/main/docs/README.md"

[tool.poetry.dependencies]
python = "^3.9"
sqlalchemy = "^2.0.4"
Expand Down

0 comments on commit efcfdb1

Please sign in to comment.