Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-kyro authored Jan 3, 2023
1 parent 49af744 commit 1a3c5be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
from distutils.core import setup

setup(
name = 'HAC-Net',
packages = ['HAC-Net'],
version = '1', # Ideally should be same as your GitHub release tag version
description = 'a Hybrid Attention-Based Convolutional Neural Network for highly accurate protein-ligand binding affinity prediction',
author = 'Gregory Kyro',
author_email = '[email protected]',
url = 'github package source url',
download_url = 'download link you saved',
keywords = ['tag1', 'tag2'],
classifiers = [],

0 comments on commit 1a3c5be

Please sign in to comment.