Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 6, 2024
1 parent 5301889 commit c23e454
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"template": "https://github.com/cthoyt/cookiecutter-snekpack",
"commit": "12edfcfa5f519467b5d834f0d4e706fb7cf4f065",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "biomappings",
"package_name_stylized": "Biomappings",
"short_description": "Curated and predicted mappings between biomedical identifiers in different namespaces",
"author_name": "Charles Tapley Hoyt",
"author_email": "[email protected]",
"github_organization_name": "biopragmatics",
"github_repository_name": "biomappings",
"command_line_interface": true,
"gitlab": false,
"runner": "tox",
"__runner": "tox -e",
"__runner_uv": "--with tox-uv tox -e",
"__runner_pip": "tox tox-uv",
"__runner_tests": "py",
"__gh_slug": "biopragmatics/biomappings",
"_template": "https://github.com/cthoyt/cookiecutter-snekpack"
}
},
"directory": null
}
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Tests

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions src/biomappings/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit c23e454

Please sign in to comment.