Skip to content

Commit

Permalink
fix bug in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hjruscheweyh committed Sep 22, 2021
1 parent 5e7d06f commit 6696f7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from setuptools import setup
import os

def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
install_requires = ['biopython']
long_description = read('README.md')
setup(
Expand Down

0 comments on commit 6696f7d

Please sign in to comment.