Skip to content

Commit d590f4d

Browse files
committed
Update setup.py
1 parent 99d8e13 commit d590f4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010

1111
setup(
1212
name='PSSMGen',
13-
description='Generate PSSM and matched PDB files for protein-protein complexes'
13+
description='Generates consistent PSSM and/or PDB files for protein-protein complexes'
1414
version=version['__version__'],
15+
author='Nicolas Renaud, Cunliang Geng',
16+
1517
url='https://github.com/DeepRank/PSSMGen',
1618
packages=['pssmgen'],
19+
license="Apache Software License 2.0",
20+
keywords='pssmgen',
1721

1822
install_requires=[
1923
'numpy >= 1.13',

0 commit comments

Comments
 (0)