Initial commit: RoseTTAFold-All-Atom configured for Wes with Harbor images and s3:// paths
This commit is contained in:
11
rf2aa/SE3Transformer/setup.py
Normal file
11
rf2aa/SE3Transformer/setup.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='se3-transformer',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
version='1.0.0',
|
||||
description='PyTorch + DGL implementation of SE(3)-Transformers',
|
||||
author='Alexandre Milesi',
|
||||
author_email='alexandrem@nvidia.com',
|
||||
)
|
||||
Reference in New Issue
Block a user