We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1f4f7 commit cf212f4Copy full SHA for cf212f4
setup.py
@@ -9,15 +9,11 @@
9
10
setup(
11
name='sampledock',
12
- version='0.4',
+ version='0.5',
13
description='Molecular design framework the merges generative AI and molecular docking',
14
author='Ziqiao Xu and Aaron Frank',
15
author_email='[email protected]',
16
url='https://github.com/atfrank/SampleDock',
17
license=license,
18
packages=find_packages()
19
- package_data={
20
- # Include hyper.param as default parameter file:
21
- "hyperparameter": ["hyper.param"],
22
- }
23
)
0 commit comments