diff --git a/makefile b/makefile index 79c2f2d..8ee43b6 100644 --- a/makefile +++ b/makefile @@ -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 diff --git a/setup.py b/setup.py index fbfe9d2..7eb0498 100755 --- a/setup.py +++ b/setup.py @@ -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',