Skip to content

Commit

Permalink
AGPLv3+
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Nov 19, 2023
1 parent 58a99ef commit 38a4375
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ PY = python3
# chmod 755 tmp_pylint
# tmp_pylint

hello:
@echo "Welcome to ReactomePy"

g:
git status -uno
git remote -v
git branch

run:
src/bin/pwy_enrichment_reactome.py data/enrich/studyids/UniProt.txt

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_distclass():
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 38a4375

Please # to comment.