Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dohlee committed Aug 20, 2023
1 parent 1b78786 commit cdb16fd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,30 @@
name="protstruc",
packages=find_packages(exclude=[]),
include_package_data=True,
version="0.0.1",
version="0.0.2",
license="MIT",
description="Utility library for handling protein structures in Python.",
author="Dohoon Lee",
author_email="dohlee.bioinfo@gmail.com",
long_description_content_type="text/markdown",
url="https://github.com/dohlee/protstruc",
keywords=[
"protein structure",
"protein design",
"protein structure prediction",
"antibody structure",
"antibody design",
"bioinformatics",
"computational biology",
"artificial intelligence",
],
install_requires=[
"numpy",
"scipy",
"scikit-learn",
"pandas",
"einops",
"torch",
"biopandas>=0.4.1",
],
classifiers=[
Expand Down

0 comments on commit cdb16fd

Please sign in to comment.