Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Dec 27, 2020
1 parent ed31504 commit 036ab66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.6, 3.9 ]
python-version: [ 3.9 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
[metadata]
name = compath_resources
version = 0.0.9-dev
description = ComPath Resource Utilities.
description = ComPath Resource Utilities
long_description = file: README.rst

license = MIT
license_file = LICENSE

url = https://github.com/compath/compath-resources
download_url = https://github.com/compath/compath-resources/releases
project_urls =
Bug Tracker = https://github.com/compath/compath-resources/issues

author = Daniel Domingo-Fernández
author_email = [email protected]
Expand All @@ -30,6 +33,7 @@ keywords =
KEGG
Reactome
WikiPathways
PathBank
Biological Networks
Pathway Analysis
Networks Biology
Expand Down

0 comments on commit 036ab66

Please sign in to comment.