Skip to content

Commit cf212f4

Browse files
committed
fix setup.py parameter error
1 parent 6b1f4f7 commit cf212f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@
99

1010
setup(
1111
name='sampledock',
12-
version='0.4',
12+
version='0.5',
1313
description='Molecular design framework the merges generative AI and molecular docking',
1414
author='Ziqiao Xu and Aaron Frank',
1515
author_email='[email protected]',
1616
url='https://github.com/atfrank/SampleDock',
1717
license=license,
1818
packages=find_packages()
19-
package_data={
20-
# Include hyper.param as default parameter file:
21-
"hyperparameter": ["hyper.param"],
22-
}
2319
)

0 commit comments

Comments
 (0)