Commit 038d1460 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

yapf the setup file

parent 52143e8c
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -2,8 +2,10 @@ from setuptools import setup

config = {
    'install_requires': ['simdna==0.3'],
  'dependency_links': ["https://github.com/kundajelab/simdna/tarball/0.3#egg=simdna-0.3"],
    'dependency_links':
    ["https://github.com/kundajelab/simdna/tarball/0.3#egg=simdna-0.3"],
    'setup_requires': ['pbr'],
  'pbr': True
    'pbr':
    True
}
setup(**config)