-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49af744
commit 1a3c5be
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = [], |