Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel build
python -m pip install --upgrade pip setuptools wheel build pkginfo
yarn install

- name: Build JS
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel twine build
python -m pip install --upgrade pip setuptools wheel twine build pkginfo

- name: Check the package
run: twine check dist/*
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ classifiers = [
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
keywords = [ "genome-scale metabolic model", "constraint-based modelling", "COBRApy", "Escher", "metabolic model curation" ]
license= { file = "LICENSE" }
license-files = ["LICENSE", "src/cobramod/static/LICENSES.txt"]

dependencies = [
"colorlog",
"cobra>=0.29.0",
Expand Down
Loading